Html Css Color HEX #F988CF Tea Rose

📋 copy color: '#F988CF'

red 249 ◦ green 136 ◦ blue 207

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

Shades of Tea Rose #F988CF

Tints of Tea Rose #F988CF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.97%

 BLUE value IS 207 (81.25% from 255) = 34.97%

R = 42.06%
G = 22.97%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F988CF (or 0xF988CF) is known color: Tea Rose. HEX triplet: F9, 88 and CF. RGB value is (249,136,207). Sum of RGB (Red+Green+Blue) = 249+136+207=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 136 (53.52% from 255 or 22.97% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F988CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988CF is #067730. Grayscale: #B1B1B1. Windows color (decimal): -423729 or 13601017. OLE color: 13601017.

HSL color Cylindrical-coordinate representation of color #F988CF: hue angle of 322.3º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F988CF is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 136 207 -
CMYK 0 0.45 0.17 0.02
HSL 322.3º 0.9% 0.75% -
HSV(B) 322.3º 0.45% 0.98% -
XYZ 59.13 42.25 64.07 -
YUV 177.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 249 136 207 0 0.45 0.17 0.02 322.3 0.9 0.75
Hex F9 88 CF 0 2D 11 2 142 5A 4B
Octal 371 210 317 0 55 21 2 502 132 113
Binary 11111001 10001000 11001111 0 101101 10001 10 101000010 1011010 1001011

Color Harmonies of #F988CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F988CF

Black with #F988CF

Text Example


Text Example

White with #F988CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F988CF; }

 p { color: rgb(249,136,207); }

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

background-color css

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

 a { background-color: rgb(249,136,207); }

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

border-color css

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

 span { border-color: rgb(249,136,207); }

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