Html Css Color HEX #FE2E9C Wild Strawberry

📋 copy color: '#FE2E9C'

red 254 ◦ green 46 ◦ blue 156

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

Shades of Wild Strawberry #FE2E9C

Tints of Wild Strawberry #FE2E9C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.09%

 BLUE value IS 156 (61.33% from 255) = 34.21%

R = 55.7%
G = 10.09%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE2E9C (or 0xFE2E9C) is known color: Wild Strawberry. HEX triplet: FE, 2E and 9C. RGB value is (254,46,156). Sum of RGB (Red+Green+Blue) = 254+46+156=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2E9C is #01D163. Grayscale: #787878. Windows color (decimal): -119140 or 10235646. OLE color: 10235646.

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

Color convert

RGB 254 46 156 -
CMYK 0 0.82 0.39 0.00
HSL 328.27º 0.99% 0.59% -
HSV(B) 328.27º 0.82% 1% -
XYZ 47.85 25.43 33.84 -
YUV 120.73 147.91 223.06 -
System Red Green Blue C M Y K H S L
Decimal 254 46 156 0 0.82 0.39 0.00 328.27 0.99 0.59
Hex FE 2E 9C 0 52 27 0 148 63 3B
Octal 376 56 234 0 122 47 0 510 143 73
Binary 11111110 101110 10011100 0 1010010 100111 0 101001000 1100011 111011

Color Harmonies of #FE2E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2E9C

Black with #FE2E9C

Text Example


Text Example

White with #FE2E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2E9C; }

 p { color: rgb(254,46,156); }

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

background-color css

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

 a { background-color: rgb(254,46,156); }

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

border-color css

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

 span { border-color: rgb(254,46,156); }

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