Html Css Color HEX #F98AD4 Tea Rose

📋 copy color: '#F98AD4'

red 249 ◦ green 138 ◦ blue 212

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

Shades of Tea Rose #F98AD4

Tints of Tea Rose #F98AD4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.04%

 BLUE value IS 212 (83.2% from 255) = 35.39%

R = 41.57%
G = 23.04%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F98AD4 (or 0xF98AD4) is known color: Tea Rose. HEX triplet: F9, 8A and D4. RGB value is (249,138,212). Sum of RGB (Red+Green+Blue) = 249+138+212=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F98AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98AD4 is #06752B. Grayscale: #B3B3B3. Windows color (decimal): -423212 or 13929209. OLE color: 13929209.

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

Color convert

RGB 249 138 212 -
CMYK 0 0.45 0.15 0.02
HSL 320º 0.9% 0.76% -
HSV(B) 320º 0.45% 0.98% -
XYZ 60.04 43.07 67.44 -
YUV 179.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 249 138 212 0 0.45 0.15 0.02 320 0.9 0.76
Hex F9 8A D4 0 2D F 2 140 5A 4C
Octal 371 212 324 0 55 17 2 500 132 114
Binary 11111001 10001010 11010100 0 101101 1111 10 101000000 1011010 1001100

Color Harmonies of #F98AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98AD4

Black with #F98AD4

Text Example


Text Example

White with #F98AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98AD4; }

 p { color: rgb(249,138,212); }

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

background-color css

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

 a { background-color: rgb(249,138,212); }

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

border-color css

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

 span { border-color: rgb(249,138,212); }

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