Html Css Color HEX #FE3185 Wild Strawberry

📋 copy color: '#FE3185'

red 254 ◦ green 49 ◦ blue 133

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

Shades of Wild Strawberry #FE3185

Tints of Wild Strawberry #FE3185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 58.26%
G = 11.24%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE3185 (or 0xFE3185) is known color: Wild Strawberry. HEX triplet: FE, 31 and 85. RGB value is (254,49,133). Sum of RGB (Red+Green+Blue) = 254+49+133=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3185 is #01CE7A. Grayscale: #777777. Windows color (decimal): -118395 or 8729086. OLE color: 8729086.

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

Color convert

RGB 254 49 133 -
CMYK 0 0.81 0.48 0.00
HSL 335.41º 0.99% 0.59% -
HSV(B) 335.41º 0.81% 1% -
XYZ 46.21 24.96 24.57 -
YUV 119.87 135.42 223.67 -
System Red Green Blue C M Y K H S L
Decimal 254 49 133 0 0.81 0.48 0.00 335.41 0.99 0.59
Hex FE 31 85 0 51 30 0 14F 63 3B
Octal 376 61 205 0 121 60 0 517 143 73
Binary 11111110 110001 10000101 0 1010001 110000 0 101001111 1100011 111011

Color Harmonies of #FE3185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3185

Black with #FE3185

Text Example


Text Example

White with #FE3185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3185; }

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

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

background-color css

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

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

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

border-color css

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

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

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