Html Css Color HEX #FE3994 Wild Strawberry

📋 copy color: '#FE3994'

red 254 ◦ green 57 ◦ blue 148

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

Shades of Wild Strawberry #FE3994

Tints of Wild Strawberry #FE3994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.24%

R = 55.34%
G = 12.42%
B = 32.24%

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

#FE3994 (or 0xFE3994) is known color: Wild Strawberry. HEX triplet: FE, 39 and 94. RGB value is (254,57,148). Sum of RGB (Red+Green+Blue) = 254+57+148=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3994 is #01C66B. Grayscale: #7E7E7E. Windows color (decimal): -116332 or 9714174. OLE color: 9714174.

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

Color convert

RGB 254 57 148 -
CMYK 0 0.78 0.42 0.00
HSL 332.28º 0.99% 0.61% -
HSV(B) 332.28º 0.78% 1% -
XYZ 47.68 26.14 30.55 -
YUV 126.28 140.27 219.1 -
System Red Green Blue C M Y K H S L
Decimal 254 57 148 0 0.78 0.42 0.00 332.28 0.99 0.61
Hex FE 39 94 0 4E 2A 0 14C 63 3D
Octal 376 71 224 0 116 52 0 514 143 75
Binary 11111110 111001 10010100 0 1001110 101010 0 101001100 1100011 111101

Color Harmonies of #FE3994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3994

Black with #FE3994

Text Example


Text Example

White with #FE3994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3994; }

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

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

background-color css

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

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

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

border-color css

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

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

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