#F67FCB

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

Shades of Tea Rose #F67FCB

Tints of Tea Rose #F67FCB

Color information

#F67FCB (or 0xF67FCB) is unknown color: approx Tea Rose. HEX triplet: F6, 7F and CB. RGB value is (246,127,203). Sum of RGB (Red+Green+Blue) = 246+127+203=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FCB is #098034. Grayscale: #ABABAB. Windows color (decimal): -622645 or 13336566. OLE color: 13336566.

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

Color convert

RGB246127203-
CMYK00.480.170.04
HSL321.68º86.86%73.14%-
HSV(B)321.68º48.37%96.47%-
XYZ56.3739.0861.07-
YUV171.24145.92181.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.71%
GREEN value IS 127 (50% from 255) = 22.05%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=42.71%
G=22.05%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612720300.480.170.04321.6886.8673.14
HexF67FCB0301141425749
Octal366177313060214502127111
Binary1111011011111111100101101100001000110010100001010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67FCB; }

 p { color: rgb(246,127,203); }

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

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

 a { background-color: rgb(246,127,203); }

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

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

 span { border-color: rgb(246,127,203); }

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