Html Css Color HEX #F88FC5 Tea Rose

📋 copy color: '#F88FC5'

red 248 ◦ green 143 ◦ blue 197

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

Shades of Tea Rose #F88FC5

Tints of Tea Rose #F88FC5

RGB

 RED value IS 248 (97.27% from 255) = 42.18%

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

 BLUE value IS 197 (77.34% from 255) = 33.5%

R = 42.18%
G = 24.32%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F88FC5 (or 0xF88FC5) is known color: Tea Rose. HEX triplet: F8, 8F and C5. RGB value is (248,143,197). Sum of RGB (Red+Green+Blue) = 248+143+197=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88FC5 is #07703A. Grayscale: #B4B4B4. Windows color (decimal): -487483 or 12947448. OLE color: 12947448.

HSL color Cylindrical-coordinate representation of color #F88FC5: hue angle of 329.14º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F88FC5 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 143 197 -
CMYK 0 0.42 0.21 0.03
HSL 329.14º 0.88% 0.77% -
HSV(B) 329.14º 0.42% 0.97% -
XYZ 58.61 43.63 58.16 -
YUV 180.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 248 143 197 0 0.42 0.21 0.03 329.14 0.88 0.77
Hex F8 8F C5 0 2A 15 3 149 58 4D
Octal 370 217 305 0 52 25 3 511 130 115
Binary 11111000 10001111 11000101 0 101010 10101 11 101001001 1011000 1001101

Color Harmonies of #F88FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88FC5

Black with #F88FC5

Text Example


Text Example

White with #F88FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88FC5; }

 p { color: rgb(248,143,197); }

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

background-color css

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

 a { background-color: rgb(248,143,197); }

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

border-color css

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

 span { border-color: rgb(248,143,197); }

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