Html Css Color HEX #FE2F99 Wild Strawberry

📋 copy color: '#FE2F99'

red 254 ◦ green 47 ◦ blue 153

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

Shades of Wild Strawberry #FE2F99

Tints of Wild Strawberry #FE2F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.7%

R = 55.95%
G = 10.35%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE2F99 (or 0xFE2F99) is known color: Wild Strawberry. HEX triplet: FE, 2F and 99. RGB value is (254,47,153). Sum of RGB (Red+Green+Blue) = 254+47+153=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F99 is #01D066. Grayscale: #787878. Windows color (decimal): -118887 or 10039294. OLE color: 10039294.

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

Color convert

RGB 254 47 153 -
CMYK 0 0.81 0.40 0.00
HSL 329.28º 0.99% 0.59% -
HSV(B) 329.28º 0.81% 1% -
XYZ 47.64 25.4 32.53 -
YUV 120.98 146.08 222.88 -
System Red Green Blue C M Y K H S L
Decimal 254 47 153 0 0.81 0.40 0.00 329.28 0.99 0.59
Hex FE 2F 99 0 51 28 0 149 63 3B
Octal 376 57 231 0 121 50 0 511 143 73
Binary 11111110 101111 10011001 0 1010001 101000 0 101001001 1100011 111011

Color Harmonies of #FE2F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F99

Black with #FE2F99

Text Example


Text Example

White with #FE2F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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