Html Css Color HEX #F98FCB Tea Rose

📋 copy color: '#F98FCB'

red 249 ◦ green 143 ◦ blue 203

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

Shades of Tea Rose #F98FCB

Tints of Tea Rose #F98FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.03%

 BLUE value IS 203 (79.69% from 255) = 34.12%

R = 41.85%
G = 24.03%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F98FCB (or 0xF98FCB) is known color: Tea Rose. HEX triplet: F9, 8F and CB. RGB value is (249,143,203). Sum of RGB (Red+Green+Blue) = 249+143+203=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FCB is #067034. Grayscale: #B5B5B5. Windows color (decimal): -421941 or 13340665. OLE color: 13340665.

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

Color convert

RGB 249 143 203 -
CMYK 0 0.43 0.18 0.02
HSL 326.04º 0.9% 0.77% -
HSV(B) 326.04º 0.43% 0.98% -
XYZ 59.67 44.1 61.87 -
YUV 181.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 249 143 203 0 0.43 0.18 0.02 326.04 0.9 0.77
Hex F9 8F CB 0 2B 12 2 146 5A 4D
Octal 371 217 313 0 53 22 2 506 132 115
Binary 11111001 10001111 11001011 0 101011 10010 10 101000110 1011010 1001101

Color Harmonies of #F98FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98FCB

Black with #F98FCB

Text Example


Text Example

White with #F98FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98FCB; }

 p { color: rgb(249,143,203); }

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

background-color css

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

 a { background-color: rgb(249,143,203); }

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

border-color css

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

 span { border-color: rgb(249,143,203); }

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