Html Css Color HEX #FE2F84 Wild Strawberry

📋 copy color: '#FE2F84'

red 254 ◦ green 47 ◦ blue 132

#FE2F84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #FE2F84

Tints of Wild Strawberry #FE2F84

RGB

 RED value IS 254 (99.61% from 255) = 58.66%

 GREEN value IS 47 (18.75% from 255) = 10.85%

 BLUE value IS 132 (51.95% from 255) = 30.48%

R = 58.66%
G = 10.85%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE2F84 (or 0xFE2F84) is known color: Wild Strawberry. HEX triplet: FE, 2F and 84. RGB value is (254,47,132). Sum of RGB (Red+Green+Blue) = 254+47+132=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F84 is #01D07B. Grayscale: #767676. Windows color (decimal): -118908 or 8663038. OLE color: 8663038.

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

Color convert

RGB 254 47 132 -
CMYK 0 0.81 0.48 0.00
HSL 335.36º 0.99% 0.59% -
HSV(B) 335.36º 0.81% 1% -
XYZ 46.05 24.77 24.18 -
YUV 118.58 135.58 224.59 -
System Red Green Blue C M Y K H S L
Decimal 254 47 132 0 0.81 0.48 0.00 335.36 0.99 0.59
Hex FE 2F 84 0 51 30 0 14F 63 3B
Octal 376 57 204 0 121 60 0 517 143 73
Binary 11111110 101111 10000100 0 1010001 110000 0 101001111 1100011 111011

Color Harmonies of #FE2F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F84

Black with #FE2F84

Text Example


Text Example

White with #FE2F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F84; }

 p { color: rgb(254,47,132); }

 H1.HeaderClassName
 {
   color: #FE2F84;
 }
 .AnyTagClassName
 {
   color: #FE2F84;
 }
</style>

background-color css

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

 a { background-color: rgb(254,47,132); }

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

border-color css

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

 span { border-color: rgb(254,47,132); }

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