#F280CC

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

Shades of Tea Rose #F280CC

Tints of Tea Rose #F280CC

Color information

#F280CC (or 0xF280CC) is unknown color: approx Tea Rose. HEX triplet: F2, 80 and CC. RGB value is (242,128,204). Sum of RGB (Red+Green+Blue) = 242+128+204=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F280CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F280CC is #0D7F33. Grayscale: #AAAAAA. Windows color (decimal): -884532 or 13402354. OLE color: 13402354.

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

Color convert

RGB242128204-
CMYK00.470.160.05
HSL320º81.43%72.55%-
HSV(B)320º47.11%94.9%-
XYZ55.2438.6861.68-
YUV170.75146.77178.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.16%
GREEN value IS 128 (50.39% from 255) = 22.30%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=42.16%
G=22.30%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212820400.470.160.0532081.4372.55
HexF280CC02F1051405149
Octal362200314057205500121111
Binary11110010100000001100110001011111000010110100000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F280CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F280CC; }

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

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

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

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

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

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

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

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