Html Css Color HEX #FE3086 Wild Strawberry

📋 copy color: '#FE3086'

red 254 ◦ green 48 ◦ blue 134

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

Shades of Wild Strawberry #FE3086

Tints of Wild Strawberry #FE3086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.01%

 BLUE value IS 134 (52.73% from 255) = 30.73%

R = 58.26%
G = 11.01%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE3086 (or 0xFE3086) is known color: Wild Strawberry. HEX triplet: FE, 30 and 86. RGB value is (254,48,134). Sum of RGB (Red+Green+Blue) = 254+48+134=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3086 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3086 is #01CF79. Grayscale: #777777. Windows color (decimal): -118650 or 8794366. OLE color: 8794366.

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

Color convert

RGB 254 48 134 -
CMYK 0 0.81 0.47 0.00
HSL 334.95º 0.99% 0.59% -
HSV(B) 334.95º 0.81% 1% -
XYZ 46.23 24.91 24.92 -
YUV 119.4 136.25 224.01 -
System Red Green Blue C M Y K H S L
Decimal 254 48 134 0 0.81 0.47 0.00 334.95 0.99 0.59
Hex FE 30 86 0 51 2F 0 14F 63 3B
Octal 376 60 206 0 121 57 0 517 143 73
Binary 11111110 110000 10000110 0 1010001 101111 0 101001111 1100011 111011

Color Harmonies of #FE3086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3086

Black with #FE3086

Text Example


Text Example

White with #FE3086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3086; }

 p { color: rgb(254,48,134); }

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

background-color css

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

 a { background-color: rgb(254,48,134); }

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

border-color css

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

 span { border-color: rgb(254,48,134); }

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