#F28FCF

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

Shades of Tea Rose #F28FCF

Tints of Tea Rose #F28FCF

Color information

#F28FCF (or 0xF28FCF) is unknown color: approx Tea Rose. HEX triplet: F2, 8F and CF. RGB value is (242,143,207). Sum of RGB (Red+Green+Blue) = 242+143+207=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FCF is #0D7030. Grayscale: #B3B3B3. Windows color (decimal): -880689 or 13602802. OLE color: 13602802.

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

Color convert

RGB242143207-
CMYK00.410.140.05
HSL321.21º79.2%75.49%-
HSV(B)321.21º40.91%94.9%-
XYZ57.743.0364.3-
YUV179.9143.3172.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 143 (56.25% from 255) = 24.16%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=40.88%
G=24.16%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214320700.410.140.05321.2179.275.49
HexF28FCF029E51414f4b
Octal362217317051165501117113
Binary1111001010001111110011110101001111010110100000110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28FCF; }

 p { color: rgb(242,143,207); }

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

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

 a { background-color: rgb(242,143,207); }

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

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

 span { border-color: rgb(242,143,207); }

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