#FF2F81

Color #FF2F81 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #FF2F81

Tints of Wild Strawberry #FF2F81

Color information

#FF2F81 (or 0xFF2F81) is unknown color: approx Wild Strawberry. HEX triplet: FF, 2F and 81. RGB value is (255,47,129). Sum of RGB (Red+Green+Blue) = 255+47+129=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2F81 is #00D07E. Grayscale: #767676. Windows color (decimal): -53375 or 8466431. OLE color: 8466431.

HSL color Cylindrical-coordinate representation of color #FF2F81: hue angle of 336.35º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2F81 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB25547129-
CMYK00.820.490
HSL336.35º100%59.22%-
HSV(B)336.35º81.57%100%-
XYZ46.2224.8823.13-
YUV118.54133.91225.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.16%
GREEN value IS 47 (18.75% from 255) = 10.90%
BLUE value IS 129 (50.78% from 255) = 29.93%
R=59.16%
G=10.90%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554712900.820.490336.3510059.22
HexFF2F81052310150643b
Octal37757201012261052014473
Binary11111111101111100000010101001011000101010100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2F81; }

 p { color: rgb(255,47,129); }

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

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

 a { background-color: rgb(255,47,129); }

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

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

 span { border-color: rgb(255,47,129); }

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