#F44AB1

Color #F44AB1 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F44AB1

Tints of Brilliant Rose #F44AB1

Color information

#F44AB1 (or 0xF44AB1) is unknown color: approx Brilliant Rose. HEX triplet: F4, 4A and B1. RGB value is (244,74,177). Sum of RGB (Red+Green+Blue) = 244+74+177=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F44AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44AB1 is #0BB54E. Grayscale: #888888. Windows color (decimal): -767311 or 11619060. OLE color: 11619060.

HSL color Cylindrical-coordinate representation of color #F44AB1: hue angle of 323.65º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F44AB1 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB24474177-
CMYK00.700.270.04
HSL323.65º88.54%62.35%-
HSV(B)323.65º69.67%95.69%-
XYZ47.6927.344.35-
YUV136.57150.82204.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 49.29%
GREEN value IS 74 (29.30% from 255) = 14.95%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=49.29%
G=14.95%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447417700.700.270.04323.6588.5462.35
HexF44AB10461B4144593e
Octal364112261010633450413176
Binary1111010010010101011000101000110110111001010001001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44AB1; }

 p { color: rgb(244,74,177); }

 H1.HeaderClassName
 {
   color: #F44AB1;
 }
 .AnyTagClassName
 {
   color: #F44AB1;
 }
</style>
background-color css

<style>
 a { background-color: #F44AB1; }

 a { background-color: rgb(244,74,177); }

 div.DivClassName
 {
   background-color: #F44AB1;
 }
 .BgClassName
 {
   background-color: #F44AB1;
 }
</style>
border-color css

<style>
 span { border-color: #F44AB1; }

 span { border-color: rgb(244,74,177); }

 td.TdClassName
 {
   border-color: #F44AB1;
 }
 .TagClassName
 {
   border-color: #F44AB1;
 }
</style>