#F481CB

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

Shades of Tea Rose #F481CB

Tints of Tea Rose #F481CB

Color information

#F481CB (or 0xF481CB) is unknown color: approx Tea Rose. HEX triplet: F4, 81 and CB. RGB value is (244,129,203). Sum of RGB (Red+Green+Blue) = 244+129+203=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F481CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481CB is #0B7E34. Grayscale: #ABABAB. Windows color (decimal): -753205 or 13337076. OLE color: 13337076.

HSL color Cylindrical-coordinate representation of color #F481CB: hue angle of 321.39º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F481CB is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244129203-
CMYK00.470.170.04
HSL321.39º83.94%73.14%-
HSV(B)321.39º47.13%95.69%-
XYZ55.9439.2561.13-
YUV171.82145.6179.48-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.36%
GREEN value IS 129 (50.78% from 255) = 22.40%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=42.36%
G=22.40%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412920300.470.170.04321.3983.9473.14
HexF481CB02F1141415449
Octal364201313057214501124111
Binary11110100100000011100101101011111000110010100000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F481CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F481CB; }

 p { color: rgb(244,129,203); }

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

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

 a { background-color: rgb(244,129,203); }

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

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

 span { border-color: rgb(244,129,203); }

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