Html Css Color HEX #F97CCC Tea Rose

📋 copy color: '#F97CCC'

red 249 ◦ green 124 ◦ blue 204

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

Shades of Tea Rose #F97CCC

Tints of Tea Rose #F97CCC

RGB

 RED value IS 249 (97.66% from 255) = 43.15%

 GREEN value IS 124 (48.83% from 255) = 21.49%

 BLUE value IS 204 (80.08% from 255) = 35.36%

R = 43.15%
G = 21.49%
B = 35.36%

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

#F97CCC (or 0xF97CCC) is known color: Tea Rose. HEX triplet: F9, 7C and CC. RGB value is (249,124,204). Sum of RGB (Red+Green+Blue) = 249+124+204=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 124 (48.83% from 255 or 21.49% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F97CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97CCC is #068333. Grayscale: #AAAAAA. Windows color (decimal): -426804 or 13401337. OLE color: 13401337.

HSL color Cylindrical-coordinate representation of color #F97CCC: hue angle of 321.6º 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 #F97CCC is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 124 204 -
CMYK 0 0.50 0.18 0.02
HSL 321.6º 0.91% 0.73% -
HSV(B) 321.6º 0.5% 0.98% -
XYZ 57.17 38.91 61.62 -
YUV 170.5 146.91 184 -
System Red Green Blue C M Y K H S L
Decimal 249 124 204 0 0.50 0.18 0.02 321.6 0.91 0.73
Hex F9 7C CC 0 32 12 2 142 5B 49
Octal 371 174 314 0 62 22 2 502 133 111
Binary 11111001 1111100 11001100 0 110010 10010 10 101000010 1011011 1001001

Color Harmonies of #F97CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97CCC

Black with #F97CCC

Text Example


Text Example

White with #F97CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97CCC; }

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

 H1.HeaderClassName
 {
   color: #F97CCC;
 }
 .AnyTagClassName
 {
   color: #F97CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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