Html Css Color HEX #FE3392 Wild Strawberry

📋 copy color: '#FE3392'

red 254 ◦ green 51 ◦ blue 146

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

Shades of Wild Strawberry #FE3392

Tints of Wild Strawberry #FE3392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.31%

 BLUE value IS 146 (57.42% from 255) = 32.37%

R = 56.32%
G = 11.31%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE3392 (or 0xFE3392) is known color: Wild Strawberry. HEX triplet: FE, 33 and 92. RGB value is (254,51,146). Sum of RGB (Red+Green+Blue) = 254+51+146=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3392 is #01CC6D. Grayscale: #7A7A7A. Windows color (decimal): -117870 or 9581566. OLE color: 9581566.

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

Color convert

RGB 254 51 146 -
CMYK 0 0.80 0.43 0.00
HSL 331.92º 0.99% 0.6% -
HSV(B) 331.92º 0.8% 1% -
XYZ 47.25 25.51 29.63 -
YUV 122.53 141.25 221.78 -
System Red Green Blue C M Y K H S L
Decimal 254 51 146 0 0.80 0.43 0.00 331.92 0.99 0.6
Hex FE 33 92 0 50 2B 0 14C 63 3C
Octal 376 63 222 0 120 53 0 514 143 74
Binary 11111110 110011 10010010 0 1010000 101011 0 101001100 1100011 111100

Color Harmonies of #FE3392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3392

Black with #FE3392

Text Example


Text Example

White with #FE3392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3392; }

 p { color: rgb(254,51,146); }

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

background-color css

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

 a { background-color: rgb(254,51,146); }

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

border-color css

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

 span { border-color: rgb(254,51,146); }

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