Html Css Color HEX #FE3188 Wild Strawberry

📋 copy color: '#FE3188'

red 254 ◦ green 49 ◦ blue 136

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

Shades of Wild Strawberry #FE3188

Tints of Wild Strawberry #FE3188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.16%

 BLUE value IS 136 (53.52% from 255) = 30.98%

R = 57.86%
G = 11.16%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE3188 (or 0xFE3188) is known color: Wild Strawberry. HEX triplet: FE, 31 and 88. RGB value is (254,49,136). Sum of RGB (Red+Green+Blue) = 254+49+136=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3188 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3188 is #01CE77. Grayscale: #787878. Windows color (decimal): -118392 or 8925694. OLE color: 8925694.

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

Color convert

RGB 254 49 136 -
CMYK 0 0.81 0.46 0.00
HSL 334.54º 0.99% 0.59% -
HSV(B) 334.54º 0.81% 1% -
XYZ 46.42 25.05 25.68 -
YUV 120.21 136.92 223.43 -
System Red Green Blue C M Y K H S L
Decimal 254 49 136 0 0.81 0.46 0.00 334.54 0.99 0.59
Hex FE 31 88 0 51 2E 0 14F 63 3B
Octal 376 61 210 0 121 56 0 517 143 73
Binary 11111110 110001 10001000 0 1010001 101110 0 101001111 1100011 111011

Color Harmonies of #FE3188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3188

Black with #FE3188

Text Example


Text Example

White with #FE3188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3188; }

 p { color: rgb(254,49,136); }

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

background-color css

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

 a { background-color: rgb(254,49,136); }

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

border-color css

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

 span { border-color: rgb(254,49,136); }

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