Html Css Color HEX #FE3393 Wild Strawberry

📋 copy color: '#FE3393'

red 254 ◦ green 51 ◦ blue 147

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

Shades of Wild Strawberry #FE3393

Tints of Wild Strawberry #FE3393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.52%

R = 56.19%
G = 11.28%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE3393 (or 0xFE3393) is known color: Wild Strawberry. HEX triplet: FE, 33 and 93. RGB value is (254,51,147). Sum of RGB (Red+Green+Blue) = 254+51+147=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3393 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3393 is #01CC6C. Grayscale: #7A7A7A. Windows color (decimal): -117869 or 9647102. OLE color: 9647102.

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

Color convert

RGB 254 51 147 -
CMYK 0 0.80 0.42 0.00
HSL 331.63º 0.99% 0.6% -
HSV(B) 331.63º 0.8% 1% -
XYZ 47.32 25.55 30.04 -
YUV 122.64 141.75 221.69 -
System Red Green Blue C M Y K H S L
Decimal 254 51 147 0 0.80 0.42 0.00 331.63 0.99 0.6
Hex FE 33 93 0 50 2A 0 14C 63 3C
Octal 376 63 223 0 120 52 0 514 143 74
Binary 11111110 110011 10010011 0 1010000 101010 0 101001100 1100011 111100

Color Harmonies of #FE3393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3393

Black with #FE3393

Text Example


Text Example

White with #FE3393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3393; }

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

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

background-color css

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

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

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

border-color css

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

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

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