#F28FC6

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

Shades of Tea Rose #F28FC6

Tints of Tea Rose #F28FC6

Color information

#F28FC6 (or 0xF28FC6) is unknown color: approx Tea Rose. HEX triplet: F2, 8F and C6. RGB value is (242,143,198). Sum of RGB (Red+Green+Blue) = 242+143+198=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FC6 is #0D7039. Grayscale: #B2B2B2. Windows color (decimal): -880698 or 13012978. OLE color: 13012978.

HSL color Cylindrical-coordinate representation of color #F28FC6: hue angle of 326.67º 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 #F28FC6 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB242143198-
CMYK00.410.180.05
HSL326.67º79.2%75.49%-
HSV(B)326.67º40.91%94.9%-
XYZ56.6342.658.66-
YUV178.87138.8173.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.51%
GREEN value IS 143 (56.25% from 255) = 24.53%
BLUE value IS 198 (77.73% from 255) = 33.96%
R=41.51%
G=24.53%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214319800.410.180.05326.6779.275.49
HexF28FC60291251474f4b
Octal362217306051225507117113
Binary11110010100011111100011001010011001010110100011110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28FC6; }

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

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

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

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

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

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

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

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