Html Css Color HEX #FE3296 Wild Strawberry

📋 copy color: '#FE3296'

red 254 ◦ green 50 ◦ blue 150

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

Shades of Wild Strawberry #FE3296

Tints of Wild Strawberry #FE3296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.01%

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

R = 55.95%
G = 11.01%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE3296 (or 0xFE3296) is known color: Wild Strawberry. HEX triplet: FE, 32 and 96. RGB value is (254,50,150). Sum of RGB (Red+Green+Blue) = 254+50+150=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3296 is #01CD69. Grayscale: #7A7A7A. Windows color (decimal): -118122 or 9843454. OLE color: 9843454.

HSL color Cylindrical-coordinate representation of color #FE3296: hue angle of 330.59º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3296 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 50 150 -
CMYK 0 0.80 0.41 0.00
HSL 330.59º 0.99% 0.6% -
HSV(B) 330.59º 0.8% 1% -
XYZ 47.52 25.55 31.28 -
YUV 122.4 143.59 221.87 -
System Red Green Blue C M Y K H S L
Decimal 254 50 150 0 0.80 0.41 0.00 330.59 0.99 0.6
Hex FE 32 96 0 50 29 0 14B 63 3C
Octal 376 62 226 0 120 51 0 513 143 74
Binary 11111110 110010 10010110 0 1010000 101001 0 101001011 1100011 111100

Color Harmonies of #FE3296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3296

Black with #FE3296

Text Example


Text Example

White with #FE3296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3296; }

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

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

background-color css

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

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

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

border-color css

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

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

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