#F88FD2

Color #F88FD2 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F88FD2

Tints of Tea Rose #F88FD2

Color information

#F88FD2 (or 0xF88FD2) is unknown color: approx Tea Rose. HEX triplet: F8, 8F and D2. RGB value is (248,143,210). Sum of RGB (Red+Green+Blue) = 248+143+210=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88FD2 is #07702D. Grayscale: #B5B5B5. Windows color (decimal): -487470 or 13799416. OLE color: 13799416.

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

Color convert

RGB248143210-
CMYK00.420.150.03
HSL321.71º88.24%76.67%-
HSV(B)321.71º42.34%97.25%-
XYZ60.1744.2566.34-
YUV182.03143.79175.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.26%
GREEN value IS 143 (56.25% from 255) = 23.79%
BLUE value IS 210 (82.42% from 255) = 34.94%
R=41.26%
G=23.79%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814321000.420.150.03321.7188.2476.67
HexF88FD202AF3142584d
Octal370217322052173502130115
Binary111110001000111111010010010101011111110100001010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88FD2; }

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

 H1.HeaderClassName
 {
   color: #F88FD2;
 }
 .AnyTagClassName
 {
   color: #F88FD2;
 }
</style>
background-color css

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

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

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

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

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

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