Html Css Color HEX #FE3295 Wild Strawberry

📋 copy color: '#FE3295'

red 254 ◦ green 50 ◦ blue 149

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

Shades of Wild Strawberry #FE3295

Tints of Wild Strawberry #FE3295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.04%

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

R = 56.07%
G = 11.04%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE3295 (or 0xFE3295) is known color: Wild Strawberry. HEX triplet: FE, 32 and 95. RGB value is (254,50,149). Sum of RGB (Red+Green+Blue) = 254+50+149=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3295 is #01CD6A. Grayscale: #7A7A7A. Windows color (decimal): -118123 or 9777918. OLE color: 9777918.

HSL color Cylindrical-coordinate representation of color #FE3295: hue angle of 330.88º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3295 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 50 149 -
CMYK 0 0.80 0.41 0.00
HSL 330.88º 0.99% 0.6% -
HSV(B) 330.88º 0.8% 1% -
XYZ 47.44 25.52 30.86 -
YUV 122.28 143.09 221.95 -
System Red Green Blue C M Y K H S L
Decimal 254 50 149 0 0.80 0.41 0.00 330.88 0.99 0.6
Hex FE 32 95 0 50 29 0 14B 63 3C
Octal 376 62 225 0 120 51 0 513 143 74
Binary 11111110 110010 10010101 0 1010000 101001 0 101001011 1100011 111100

Color Harmonies of #FE3295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3295

Black with #FE3295

Text Example


Text Example

White with #FE3295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3295; }

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

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

background-color css

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

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

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

border-color css

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

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

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