Html Css Color HEX #FE2F91 Wild Strawberry

📋 copy color: '#FE2F91'

red 254 ◦ green 47 ◦ blue 145

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

Shades of Wild Strawberry #FE2F91

Tints of Wild Strawberry #FE2F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.51%

R = 56.95%
G = 10.54%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE2F91 (or 0xFE2F91) is known color: Wild Strawberry. HEX triplet: FE, 2F and 91. RGB value is (254,47,145). Sum of RGB (Red+Green+Blue) = 254+47+145=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F91 is #01D06E. Grayscale: #777777. Windows color (decimal): -118895 or 9515006. OLE color: 9515006.

HSL color Cylindrical-coordinate representation of color #FE2F91: hue angle of 331.59º 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 #FE2F91 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 47 145 -
CMYK 0 0.81 0.43 0.00
HSL 331.59º 0.99% 0.59% -
HSV(B) 331.59º 0.81% 1% -
XYZ 47 25.15 29.16 -
YUV 120.07 142.08 223.53 -
System Red Green Blue C M Y K H S L
Decimal 254 47 145 0 0.81 0.43 0.00 331.59 0.99 0.59
Hex FE 2F 91 0 51 2B 0 14C 63 3B
Octal 376 57 221 0 121 53 0 514 143 73
Binary 11111110 101111 10010001 0 1010001 101011 0 101001100 1100011 111011

Color Harmonies of #FE2F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F91

Black with #FE2F91

Text Example


Text Example

White with #FE2F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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