#F280CE

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

Shades of Tea Rose #F280CE

Tints of Tea Rose #F280CE

Color information

#F280CE (or 0xF280CE) is unknown color: approx Tea Rose. HEX triplet: F2, 80 and CE. RGB value is (242,128,206). Sum of RGB (Red+Green+Blue) = 242+128+206=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F280CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F280CE is #0D7F31. Grayscale: #AAAAAA. Windows color (decimal): -884530 or 13533426. OLE color: 13533426.

HSL color Cylindrical-coordinate representation of color #F280CE: hue angle of 318.95º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F280CE is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242128206-
CMYK00.470.150.05
HSL318.95º81.43%72.55%-
HSV(B)318.95º47.11%94.9%-
XYZ55.4838.7762.95-
YUV170.98147.77178.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.01%
GREEN value IS 128 (50.39% from 255) = 22.22%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=42.01%
G=22.22%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212820600.470.150.05318.9581.4372.55
HexF280CE02FF513f5149
Octal362200316057175477121111
Binary1111001010000000110011100101111111110110011111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F280CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F280CE; }

 p { color: rgb(242,128,206); }

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

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

 a { background-color: rgb(242,128,206); }

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

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

 span { border-color: rgb(242,128,206); }

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