#f282cf

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

Shades of Tea Rose #F282CF

Tints of Tea Rose #F282CF

Color information

#F282CF (or 0xF282CF) is unknown color: approx Tea Rose. HEX triplet: F2, 82 and CF. RGB value is (242,130,207). Sum of RGB (Red+Green+Blue) = 242+130+207=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F282CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F282CF is #0D7D30. Grayscale: #ACACAC. Windows color (decimal): -884017 or 13599474. OLE color: 13599474.

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

Color convert

RGB242130207-
CMYK00.460.140.05
HSL318.75º81.16%72.94%-
HSV(B)318.75º46.28%94.9%-
XYZ55.8639.3563.68-
YUV172.27147.61177.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.80%
GREEN value IS 130 (51.17% from 255) = 22.45%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=41.80%
G=22.45%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213020700.460.140.05318.7581.1672.94
HexF282CF02EE513f5149
Octal362202317056165477121111
Binary1111001010000010110011110101110111010110011111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f282cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f282cf; }

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

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

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

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

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

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

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

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