Html Css Color HEX #FE2F96 Wild Strawberry

📋 copy color: '#FE2F96'

red 254 ◦ green 47 ◦ blue 150

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

Shades of Wild Strawberry #FE2F96

Tints of Wild Strawberry #FE2F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.26%

R = 56.32%
G = 10.42%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE2F96 (or 0xFE2F96) is known color: Wild Strawberry. HEX triplet: FE, 2F and 96. RGB value is (254,47,150). Sum of RGB (Red+Green+Blue) = 254+47+150=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F96 is #01D069. Grayscale: #787878. Windows color (decimal): -118890 or 9842686. OLE color: 9842686.

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

Color convert

RGB 254 47 150 -
CMYK 0 0.81 0.41 0.00
HSL 330.14º 0.99% 0.59% -
HSV(B) 330.14º 0.81% 1% -
XYZ 47.39 25.31 31.24 -
YUV 120.64 144.58 223.12 -
System Red Green Blue C M Y K H S L
Decimal 254 47 150 0 0.81 0.41 0.00 330.14 0.99 0.59
Hex FE 2F 96 0 51 29 0 14A 63 3B
Octal 376 57 226 0 121 51 0 512 143 73
Binary 11111110 101111 10010110 0 1010001 101001 0 101001010 1100011 111011

Color Harmonies of #FE2F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F96

Black with #FE2F96

Text Example


Text Example

White with #FE2F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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