Html Css Color HEX #F88FC6 Tea Rose

📋 copy color: '#F88FC6'

red 248 ◦ green 143 ◦ blue 198

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

Shades of Tea Rose #F88FC6

Tints of Tea Rose #F88FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.62%

R = 42.11%
G = 24.28%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F88FC6 (or 0xF88FC6) is known color: Tea Rose. HEX triplet: F8, 8F and C6. RGB value is (248,143,198). Sum of RGB (Red+Green+Blue) = 248+143+198=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88FC6 is #077039. Grayscale: #B4B4B4. Windows color (decimal): -487482 or 13012984. OLE color: 13012984.

HSL color Cylindrical-coordinate representation of color #F88FC6: hue angle of 328.57º 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 #F88FC6 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 143 198 -
CMYK 0 0.42 0.20 0.03
HSL 328.57º 0.88% 0.77% -
HSV(B) 328.57º 0.42% 0.97% -
XYZ 58.73 43.68 58.76 -
YUV 180.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 248 143 198 0 0.42 0.20 0.03 328.57 0.88 0.77
Hex F8 8F C6 0 2A 14 3 149 58 4D
Octal 370 217 306 0 52 24 3 511 130 115
Binary 11111000 10001111 11000110 0 101010 10100 11 101001001 1011000 1001101

Color Harmonies of #F88FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88FC6

Black with #F88FC6

Text Example


Text Example

White with #F88FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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