Html Css Color HEX #FE2D96 Wild Strawberry

📋 copy color: '#FE2D96'

red 254 ◦ green 45 ◦ blue 150

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

Shades of Wild Strawberry #FE2D96

Tints of Wild Strawberry #FE2D96

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.02%

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

R = 56.57%
G = 10.02%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE2D96 (or 0xFE2D96) is known color: Wild Strawberry. HEX triplet: FE, 2D and 96. RGB value is (254,45,150). Sum of RGB (Red+Green+Blue) = 254+45+150=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D96 is #01D269. Grayscale: #777777. Windows color (decimal): -119402 or 9842174. OLE color: 9842174.

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

Color convert

RGB 254 45 150 -
CMYK 0 0.82 0.41 0.00
HSL 329.86º 0.99% 0.59% -
HSV(B) 329.86º 0.82% 1% -
XYZ 47.32 25.15 31.21 -
YUV 119.46 145.24 223.96 -
System Red Green Blue C M Y K H S L
Decimal 254 45 150 0 0.82 0.41 0.00 329.86 0.99 0.59
Hex FE 2D 96 0 52 29 0 14A 63 3B
Octal 376 55 226 0 122 51 0 512 143 73
Binary 11111110 101101 10010110 0 1010010 101001 0 101001010 1100011 111011

Color Harmonies of #FE2D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D96

Black with #FE2D96

Text Example


Text Example

White with #FE2D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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