Html Css Color HEX #F98ACD Tea Rose

📋 copy color: '#F98ACD'

red 249 ◦ green 138 ◦ blue 205

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

Shades of Tea Rose #F98ACD

Tints of Tea Rose #F98ACD

RGB

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

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

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

R = 42.06%
G = 23.31%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F98ACD (or 0xF98ACD) is known color: Tea Rose. HEX triplet: F9, 8A and CD. RGB value is (249,138,205). Sum of RGB (Red+Green+Blue) = 249+138+205=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 138 (54.30% from 255 or 23.31% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ACD is #067532. Grayscale: #B2B2B2. Windows color (decimal): -423219 or 13470457. OLE color: 13470457.

HSL color Cylindrical-coordinate representation of color #F98ACD: hue angle of 323.78º 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 #F98ACD is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 138 205 -
CMYK 0 0.45 0.18 0.02
HSL 323.78º 0.9% 0.76% -
HSV(B) 323.78º 0.45% 0.98% -
XYZ 59.17 42.72 62.89 -
YUV 178.83 142.77 178.05 -
System Red Green Blue C M Y K H S L
Decimal 249 138 205 0 0.45 0.18 0.02 323.78 0.9 0.76
Hex F9 8A CD 0 2D 12 2 144 5A 4C
Octal 371 212 315 0 55 22 2 504 132 114
Binary 11111001 10001010 11001101 0 101101 10010 10 101000100 1011010 1001100

Color Harmonies of #F98ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98ACD

Black with #F98ACD

Text Example


Text Example

White with #F98ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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