Html Css Color HEX #FE3993 Wild Strawberry

📋 copy color: '#FE3993'

red 254 ◦ green 57 ◦ blue 147

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

Shades of Wild Strawberry #FE3993

Tints of Wild Strawberry #FE3993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.45%

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

R = 55.46%
G = 12.45%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE3993 (or 0xFE3993) is known color: Wild Strawberry. HEX triplet: FE, 39 and 93. RGB value is (254,57,147). Sum of RGB (Red+Green+Blue) = 254+57+147=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3993 is #01C66C. Grayscale: #7E7E7E. Windows color (decimal): -116333 or 9648638. OLE color: 9648638.

HSL color Cylindrical-coordinate representation of color #FE3993: hue angle of 332.59º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE3993 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 57 147 -
CMYK 0 0.78 0.42 0.00
HSL 332.59º 0.99% 0.61% -
HSV(B) 332.59º 0.78% 1% -
XYZ 47.6 26.1 30.13 -
YUV 126.16 139.77 219.18 -
System Red Green Blue C M Y K H S L
Decimal 254 57 147 0 0.78 0.42 0.00 332.59 0.99 0.61
Hex FE 39 93 0 4E 2A 0 14D 63 3D
Octal 376 71 223 0 116 52 0 515 143 75
Binary 11111110 111001 10010011 0 1001110 101010 0 101001101 1100011 111101

Color Harmonies of #FE3993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3993

Black with #FE3993

Text Example


Text Example

White with #FE3993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3993; }

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

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

background-color css

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

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

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

border-color css

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

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

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