Html Css Color HEX #F97FC8 Tea Rose

📋 copy color: '#F97FC8'

red 249 ◦ green 127 ◦ blue 200

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

Shades of Tea Rose #F97FC8

Tints of Tea Rose #F97FC8

RGB

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

 GREEN value IS 127 (50% from 255) = 22.05%

 BLUE value IS 200 (78.52% from 255) = 34.72%

R = 43.23%
G = 22.05%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F97FC8 (or 0xF97FC8) is known color: Tea Rose. HEX triplet: F9, 7F and C8. RGB value is (249,127,200). Sum of RGB (Red+Green+Blue) = 249+127+200=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FC8 is #068037. Grayscale: #ABABAB. Windows color (decimal): -426040 or 13139961. OLE color: 13139961.

HSL color Cylindrical-coordinate representation of color #F97FC8: hue angle of 324.1º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F97FC8 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 127 200 -
CMYK 0 0.49 0.20 0.02
HSL 324.1º 0.91% 0.74% -
HSV(B) 324.1º 0.49% 0.98% -
XYZ 57.08 39.49 59.26 -
YUV 171.8 143.92 183.06 -
System Red Green Blue C M Y K H S L
Decimal 249 127 200 0 0.49 0.20 0.02 324.1 0.91 0.74
Hex F9 7F C8 0 31 14 2 144 5B 4A
Octal 371 177 310 0 61 24 2 504 133 112
Binary 11111001 1111111 11001000 0 110001 10100 10 101000100 1011011 1001010

Color Harmonies of #F97FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97FC8

Black with #F97FC8

Text Example


Text Example

White with #F97FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97FC8; }

 p { color: rgb(249,127,200); }

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

background-color css

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

 a { background-color: rgb(249,127,200); }

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

border-color css

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

 span { border-color: rgb(249,127,200); }

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