Html Css Color HEX #FE2F9E Wild Strawberry

📋 copy color: '#FE2F9E'

red 254 ◦ green 47 ◦ blue 158

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

Shades of Wild Strawberry #FE2F9E

Tints of Wild Strawberry #FE2F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.42%

R = 55.34%
G = 10.24%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE2F9E (or 0xFE2F9E) is known color: Wild Strawberry. HEX triplet: FE, 2F and 9E. RGB value is (254,47,158). Sum of RGB (Red+Green+Blue) = 254+47+158=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F9E is #01D061. Grayscale: #797979. Windows color (decimal): -118882 or 10366974. OLE color: 10366974.

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

Color convert

RGB 254 47 158 -
CMYK 0 0.81 0.38 0.00
HSL 327.83º 0.99% 0.59% -
HSV(B) 327.83º 0.81% 1% -
XYZ 48.06 25.57 34.75 -
YUV 121.55 148.58 222.47 -
System Red Green Blue C M Y K H S L
Decimal 254 47 158 0 0.81 0.38 0.00 327.83 0.99 0.59
Hex FE 2F 9E 0 51 26 0 148 63 3B
Octal 376 57 236 0 121 46 0 510 143 73
Binary 11111110 101111 10011110 0 1010001 100110 0 101001000 1100011 111011

Color Harmonies of #FE2F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F9E

Black with #FE2F9E

Text Example


Text Example

White with #FE2F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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