Html Css Color HEX #FE3095 Wild Strawberry

📋 copy color: '#FE3095'

red 254 ◦ green 48 ◦ blue 149

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

Shades of Wild Strawberry #FE3095

Tints of Wild Strawberry #FE3095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.04%

R = 56.32%
G = 10.64%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE3095 (or 0xFE3095) is known color: Wild Strawberry. HEX triplet: FE, 30 and 95. RGB value is (254,48,149). Sum of RGB (Red+Green+Blue) = 254+48+149=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3095 is #01CF6A. Grayscale: #787878. Windows color (decimal): -118635 or 9777406. OLE color: 9777406.

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

Color convert

RGB 254 48 149 -
CMYK 0 0.81 0.41 0.00
HSL 330.58º 0.99% 0.59% -
HSV(B) 330.58º 0.81% 1% -
XYZ 47.35 25.35 30.83 -
YUV 121.11 143.75 222.79 -
System Red Green Blue C M Y K H S L
Decimal 254 48 149 0 0.81 0.41 0.00 330.58 0.99 0.59
Hex FE 30 95 0 51 29 0 14B 63 3B
Octal 376 60 225 0 121 51 0 513 143 73
Binary 11111110 110000 10010101 0 1010001 101001 0 101001011 1100011 111011

Color Harmonies of #FE3095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3095

Black with #FE3095

Text Example


Text Example

White with #FE3095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3095; }

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

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

background-color css

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

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

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

border-color css

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

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

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