#F28CCF

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

Shades of Tea Rose #F28CCF

Tints of Tea Rose #F28CCF

Color information

#F28CCF (or 0xF28CCF) is unknown color: approx Tea Rose. HEX triplet: F2, 8C and CF. RGB value is (242,140,207). Sum of RGB (Red+Green+Blue) = 242+140+207=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28CCF is #0D7330. Grayscale: #B1B1B1. Windows color (decimal): -881457 or 13602034. OLE color: 13602034.

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

Color convert

RGB242140207-
CMYK00.420.140.05
HSL320.59º79.69%74.9%-
HSV(B)320.59º42.15%94.9%-
XYZ57.2642.1464.15-
YUV178.14144.29173.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 140 (55.08% from 255) = 23.77%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=41.09%
G=23.77%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214020700.420.140.05320.5979.6974.9
HexF28CCF02AE5141504b
Octal362214317052165501120113
Binary1111001010001100110011110101010111010110100000110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28CCF; }

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

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

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

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

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

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

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

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