#F883CA

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

Shades of Tea Rose #F883CA

Tints of Tea Rose #F883CA

Color information

#F883CA (or 0xF883CA) is unknown color: approx Tea Rose. HEX triplet: F8, 83 and CA. RGB value is (248,131,202). Sum of RGB (Red+Green+Blue) = 248+131+202=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 131 (51.56% from 255 or 22.55% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F883CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883CA is #077C35. Grayscale: #ADADAD. Windows color (decimal): -490550 or 13272056. OLE color: 13272056.

HSL color Cylindrical-coordinate representation of color #F883CA: hue angle of 323.59º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F883CA is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248131202-
CMYK00.470.190.03
HSL323.59º89.31%74.31%-
HSV(B)323.59º47.18%97.25%-
XYZ57.4940.4560.66-
YUV174.08143.76180.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.69%
GREEN value IS 131 (51.56% from 255) = 22.55%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=42.69%
G=22.55%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813120200.470.190.03323.5989.3174.31
HexF883CA02F133144594a
Octal370203312057233504131112
Binary1111100010000011110010100101111100111110100010010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F883CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F883CA; }

 p { color: rgb(248,131,202); }

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

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

 a { background-color: rgb(248,131,202); }

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

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

 span { border-color: rgb(248,131,202); }

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