#F380CB

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

Shades of Tea Rose #F380CB

Tints of Tea Rose #F380CB

Color information

#F380CB (or 0xF380CB) is unknown color: approx Tea Rose. HEX triplet: F3, 80 and CB. RGB value is (243,128,203). Sum of RGB (Red+Green+Blue) = 243+128+203=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F380CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380CB is #0C7F34. Grayscale: #AAAAAA. Windows color (decimal): -818997 or 13336819. OLE color: 13336819.

HSL color Cylindrical-coordinate representation of color #F380CB: hue angle of 320.87º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F380CB is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243128203-
CMYK00.470.160.05
HSL320.87º82.73%72.75%-
HSV(B)320.87º47.33%95.29%-
XYZ55.4638.861.07-
YUV170.94146.1179.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.33%
GREEN value IS 128 (50.39% from 255) = 22.30%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=42.33%
G=22.30%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312820300.470.160.05320.8782.7372.75
HexF380CB02F1051415349
Octal363200313057205501123111
Binary11110011100000001100101101011111000010110100000110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F380CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F380CB; }

 p { color: rgb(243,128,203); }

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

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

 a { background-color: rgb(243,128,203); }

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

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

 span { border-color: rgb(243,128,203); }

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