#F293CB

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

Shades of Tea Rose #F293CB

Tints of Tea Rose #F293CB

Color information

#F293CB (or 0xF293CB) is unknown color: approx Tea Rose. HEX triplet: F2, 93 and CB. RGB value is (242,147,203). Sum of RGB (Red+Green+Blue) = 242+147+203=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F293CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293CB is #0D6C34. Grayscale: #B5B5B5. Windows color (decimal): -879669 or 13341682. OLE color: 13341682.

HSL color Cylindrical-coordinate representation of color #F293CB: hue angle of 324.63º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F293CB is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242147203-
CMYK00.390.160.05
HSL324.63º78.51%76.27%-
HSV(B)324.63º39.26%94.9%-
XYZ57.8344.0661.96-
YUV181.79139.97170.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 147 (57.81% from 255) = 24.83%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=40.88%
G=24.83%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214720300.390.160.05324.6378.5176.27
HexF293CB0271051454f4c
Octal362223313047205505117114
Binary11110010100100111100101101001111000010110100010110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F293CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F293CB; }

 p { color: rgb(242,147,203); }

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

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

 a { background-color: rgb(242,147,203); }

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

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

 span { border-color: rgb(242,147,203); }

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