Html Css Color HEX #F98BCF Tea Rose

📋 copy color: '#F98BCF'

red 249 ◦ green 139 ◦ blue 207

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

Shades of Tea Rose #F98BCF

Tints of Tea Rose #F98BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.36%

 BLUE value IS 207 (81.25% from 255) = 34.79%

R = 41.85%
G = 23.36%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F98BCF (or 0xF98BCF) is known color: Tea Rose. HEX triplet: F9, 8B and CF. RGB value is (249,139,207). Sum of RGB (Red+Green+Blue) = 249+139+207=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BCF is #067430. Grayscale: #B3B3B3. Windows color (decimal): -422961 or 13601785. OLE color: 13601785.

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

Color convert

RGB 249 139 207 -
CMYK 0 0.44 0.17 0.02
HSL 322.91º 0.9% 0.76% -
HSV(B) 322.91º 0.44% 0.98% -
XYZ 59.56 43.11 64.21 -
YUV 179.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 249 139 207 0 0.44 0.17 0.02 322.91 0.9 0.76
Hex F9 8B CF 0 2C 11 2 143 5A 4C
Octal 371 213 317 0 54 21 2 503 132 114
Binary 11111001 10001011 11001111 0 101100 10001 10 101000011 1011010 1001100

Color Harmonies of #F98BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98BCF

Black with #F98BCF

Text Example


Text Example

White with #F98BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98BCF; }

 p { color: rgb(249,139,207); }

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

background-color css

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

 a { background-color: rgb(249,139,207); }

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

border-color css

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

 span { border-color: rgb(249,139,207); }

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