Html Css Color HEX #F98FD0 Tea Rose

📋 copy color: '#F98FD0'

red 249 ◦ green 143 ◦ blue 208

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

Shades of Tea Rose #F98FD0

Tints of Tea Rose #F98FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.67%

R = 41.5%
G = 23.83%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F98FD0 (or 0xF98FD0) is known color: Tea Rose. HEX triplet: F9, 8F and D0. RGB value is (249,143,208). Sum of RGB (Red+Green+Blue) = 249+143+208=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FD0 is #06702F. Grayscale: #B5B5B5. Windows color (decimal): -421936 or 13668345. OLE color: 13668345.

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

Color convert

RGB 249 143 208 -
CMYK 0 0.43 0.16 0.02
HSL 323.21º 0.9% 0.77% -
HSV(B) 323.21º 0.43% 0.98% -
XYZ 60.27 44.34 65.06 -
YUV 182.1 142.62 175.71 -
System Red Green Blue C M Y K H S L
Decimal 249 143 208 0 0.43 0.16 0.02 323.21 0.9 0.77
Hex F9 8F D0 0 2B 10 2 143 5A 4D
Octal 371 217 320 0 53 20 2 503 132 115
Binary 11111001 10001111 11010000 0 101011 10000 10 101000011 1011010 1001101

Color Harmonies of #F98FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98FD0

Black with #F98FD0

Text Example


Text Example

White with #F98FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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