#F28AC2

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

Shades of Tea Rose #F28AC2

Tints of Tea Rose #F28AC2

Color information

#F28AC2 (or 0xF28AC2) is unknown color: approx Tea Rose. HEX triplet: F2, 8A and C2. RGB value is (242,138,194). Sum of RGB (Red+Green+Blue) = 242+138+194=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28AC2 is #0D753D. Grayscale: #AFAFAF. Windows color (decimal): -881982 or 12749554. OLE color: 12749554.

HSL color Cylindrical-coordinate representation of color #F28AC2: hue angle of 327.69º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28AC2 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB242138194-
CMYK00.430.200.05
HSL327.69º80%74.51%-
HSV(B)327.69º42.98%94.9%-
XYZ55.4440.9556.02-
YUV175.48138.46175.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.16%
GREEN value IS 138 (54.30% from 255) = 24.04%
BLUE value IS 194 (76.17% from 255) = 33.80%
R=42.16%
G=24.04%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213819400.430.200.05327.698074.51
HexF28AC202B145148504b
Octal362212302053245510120113
Binary11110010100010101100001001010111010010110100100010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28AC2; }

 p { color: rgb(242,138,194); }

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

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

 a { background-color: rgb(242,138,194); }

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

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

 span { border-color: rgb(242,138,194); }

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