#F97CCB

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

Shades of Tea Rose #F97CCB

Tints of Tea Rose #F97CCB

Color information

#F97CCB (or 0xF97CCB) is unknown color: approx Tea Rose. HEX triplet: F9, 7C and CB. RGB value is (249,124,203). Sum of RGB (Red+Green+Blue) = 249+124+203=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F97CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97CCB is #068334. Grayscale: #AAAAAA. Windows color (decimal): -426805 or 13335801. OLE color: 13335801.

HSL color Cylindrical-coordinate representation of color #F97CCB: hue angle of 322.08º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97CCB is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249124203-
CMYK00.500.180.02
HSL322.08º91.24%73.14%-
HSV(B)322.08º50.2%97.65%-
XYZ57.0538.8760.99-
YUV170.38146.41184.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.23%
GREEN value IS 124 (48.83% from 255) = 21.53%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=43.23%
G=21.53%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912420300.500.180.02322.0891.2473.14
HexF97CCB0321221425b49
Octal371174313062222502133111
Binary111110011111100110010110110010100101010100001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97CCB; }

 p { color: rgb(249,124,203); }

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

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

 a { background-color: rgb(249,124,203); }

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

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

 span { border-color: rgb(249,124,203); }

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