Html Css Color HEX #FE3992 Wild Strawberry

📋 copy color: '#FE3992'

red 254 ◦ green 57 ◦ blue 146

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

Shades of Wild Strawberry #FE3992

Tints of Wild Strawberry #FE3992

RGB

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

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

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

R = 55.58%
G = 12.47%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE3992 (or 0xFE3992) is known color: Wild Strawberry. HEX triplet: FE, 39 and 92. RGB value is (254,57,146). Sum of RGB (Red+Green+Blue) = 254+57+146=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3992 is #01C66D. Grayscale: #7D7D7D. Windows color (decimal): -116334 or 9583102. OLE color: 9583102.

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

Color convert

RGB 254 57 146 -
CMYK 0 0.78 0.43 0.00
HSL 332.89º 0.99% 0.61% -
HSV(B) 332.89º 0.78% 1% -
XYZ 47.52 26.07 29.72 -
YUV 126.05 139.27 219.26 -
System Red Green Blue C M Y K H S L
Decimal 254 57 146 0 0.78 0.43 0.00 332.89 0.99 0.61
Hex FE 39 92 0 4E 2B 0 14D 63 3D
Octal 376 71 222 0 116 53 0 515 143 75
Binary 11111110 111001 10010010 0 1001110 101011 0 101001101 1100011 111101

Color Harmonies of #FE3992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3992

Black with #FE3992

Text Example


Text Example

White with #FE3992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3992; }

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

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

background-color css

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

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

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

border-color css

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

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

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