Html Css Color HEX #F97CCB Tea Rose

📋 copy color: '#F97CCB'

red 249 ◦ green 124 ◦ blue 203

#F97CCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #F97CCB

Tints of Tea Rose #F97CCB

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 value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F97CCB (or 0xF97CCB) is known color: 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

RGB 249 124 203 -
CMYK 0 0.50 0.18 0.02
HSL 322.08º 0.91% 0.73% -
HSV(B) 322.08º 0.5% 0.98% -
XYZ 57.05 38.87 60.99 -
YUV 170.38 146.41 184.08 -
System Red Green Blue C M Y K H S L
Decimal 249 124 203 0 0.50 0.18 0.02 322.08 0.91 0.73
Hex F9 7C CB 0 32 12 2 142 5B 49
Octal 371 174 313 0 62 22 2 502 133 111
Binary 11111001 1111100 11001011 0 110010 10010 10 101000010 1011011 1001001

Color Harmonies of #F97CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97CCB

Black with #F97CCB

Text Example


Text Example

White with #F97CCB

Text Example


Text Example

HTML Codes & Css Web 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>