Html Css Color HEX #FE3096 Wild Strawberry

📋 copy color: '#FE3096'

red 254 ◦ green 48 ◦ blue 150

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

Shades of Wild Strawberry #FE3096

Tints of Wild Strawberry #FE3096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.62%

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

R = 56.19%
G = 10.62%
B = 33.19%

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

#FE3096 (or 0xFE3096) is known color: Wild Strawberry. HEX triplet: FE, 30 and 96. RGB value is (254,48,150). Sum of RGB (Red+Green+Blue) = 254+48+150=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3096 is #01CF69. Grayscale: #797979. Windows color (decimal): -118634 or 9842942. OLE color: 9842942.

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

Color convert

RGB 254 48 150 -
CMYK 0 0.81 0.41 0.00
HSL 330.29º 0.99% 0.59% -
HSV(B) 330.29º 0.81% 1% -
XYZ 47.44 25.39 31.25 -
YUV 121.22 144.25 222.71 -
System Red Green Blue C M Y K H S L
Decimal 254 48 150 0 0.81 0.41 0.00 330.29 0.99 0.59
Hex FE 30 96 0 51 29 0 14A 63 3B
Octal 376 60 226 0 121 51 0 512 143 73
Binary 11111110 110000 10010110 0 1010001 101001 0 101001010 1100011 111011

Color Harmonies of #FE3096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3096

Black with #FE3096

Text Example


Text Example

White with #FE3096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3096; }

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

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

background-color css

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

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

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

border-color css

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

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

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