Html Css Color HEX #F98BCB Tea Rose

📋 copy color: '#F98BCB'

red 249 ◦ green 139 ◦ blue 203

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

Shades of Tea Rose #F98BCB

Tints of Tea Rose #F98BCB

RGB

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

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

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

R = 42.13%
G = 23.52%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F98BCB (or 0xF98BCB) is known color: Tea Rose. HEX triplet: F9, 8B and CB. RGB value is (249,139,203). Sum of RGB (Red+Green+Blue) = 249+139+203=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BCB is #067434. Grayscale: #B3B3B3. Windows color (decimal): -422965 or 13339641. OLE color: 13339641.

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

Color convert

RGB 249 139 203 -
CMYK 0 0.44 0.18 0.02
HSL 325.09º 0.9% 0.76% -
HSV(B) 325.09º 0.44% 0.98% -
XYZ 59.08 42.92 61.67 -
YUV 179.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 249 139 203 0 0.44 0.18 0.02 325.09 0.9 0.76
Hex F9 8B CB 0 2C 12 2 145 5A 4C
Octal 371 213 313 0 54 22 2 505 132 114
Binary 11111001 10001011 11001011 0 101100 10010 10 101000101 1011010 1001100

Color Harmonies of #F98BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98BCB

Black with #F98BCB

Text Example


Text Example

White with #F98BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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