#F279C8

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

Shades of Tea Rose #F279C8

Tints of Tea Rose #F279C8

Color information

#F279C8 (or 0xF279C8) is unknown color: approx Tea Rose. HEX triplet: F2, 79 and C8. RGB value is (242,121,200). Sum of RGB (Red+Green+Blue) = 242+121+200=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F279C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279C8 is #0D8637. Grayscale: #A5A5A5. Windows color (decimal): -886328 or 13138418. OLE color: 13138418.

HSL color Cylindrical-coordinate representation of color #F279C8: hue angle of 320.83º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F279C8 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242121200-
CMYK00.500.170.05
HSL320.83º82.31%71.18%-
HSV(B)320.83º50%94.9%-
XYZ53.8836.7258.89-
YUV166.18147.09182.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 121 (47.66% from 255) = 21.49%
BLUE value IS 200 (78.52% from 255) = 35.52%
R=42.98%
G=21.49%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212120000.500.170.05320.8382.3171.18
HexF279C80321151415247
Octal362171310062215501122107
Binary1111001011110011100100001100101000110110100000110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F279C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F279C8; }

 p { color: rgb(242,121,200); }

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

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

 a { background-color: rgb(242,121,200); }

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

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

 span { border-color: rgb(242,121,200); }

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