Html Css Color HEX #F98CCD Tea Rose

📋 copy color: '#F98CCD'

red 249 ◦ green 140 ◦ blue 205

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

Shades of Tea Rose #F98CCD

Tints of Tea Rose #F98CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.57%

 BLUE value IS 205 (80.47% from 255) = 34.51%

R = 41.92%
G = 23.57%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F98CCD (or 0xF98CCD) is known color: Tea Rose. HEX triplet: F9, 8C and CD. RGB value is (249,140,205). Sum of RGB (Red+Green+Blue) = 249+140+205=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 140 (55.08% from 255 or 23.57% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CCD is #067332. Grayscale: #B3B3B3. Windows color (decimal): -422707 or 13470969. OLE color: 13470969.

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

Color convert

RGB 249 140 205 -
CMYK 0 0.44 0.18 0.02
HSL 324.22º 0.9% 0.76% -
HSV(B) 324.22º 0.44% 0.98% -
XYZ 59.46 43.3 62.98 -
YUV 180 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 249 140 205 0 0.44 0.18 0.02 324.22 0.9 0.76
Hex F9 8C CD 0 2C 12 2 144 5A 4C
Octal 371 214 315 0 54 22 2 504 132 114
Binary 11111001 10001100 11001101 0 101100 10010 10 101000100 1011010 1001100

Color Harmonies of #F98CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98CCD

Black with #F98CCD

Text Example


Text Example

White with #F98CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98CCD; }

 p { color: rgb(249,140,205); }

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

background-color css

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

 a { background-color: rgb(249,140,205); }

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

border-color css

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

 span { border-color: rgb(249,140,205); }

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