Html Css Color HEX #FE3097 Wild Strawberry

📋 copy color: '#FE3097'

red 254 ◦ green 48 ◦ blue 151

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

Shades of Wild Strawberry #FE3097

Tints of Wild Strawberry #FE3097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.33%

R = 56.07%
G = 10.6%
B = 33.33%

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

#FE3097 (or 0xFE3097) is known color: Wild Strawberry. HEX triplet: FE, 30 and 97. RGB value is (254,48,151). Sum of RGB (Red+Green+Blue) = 254+48+151=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3097 is #01CF68. Grayscale: #797979. Windows color (decimal): -118633 or 9908478. OLE color: 9908478.

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

Color convert

RGB 254 48 151 -
CMYK 0 0.81 0.41 0.00
HSL 330º 0.99% 0.59% -
HSV(B) 330º 0.81% 1% -
XYZ 47.52 25.42 31.68 -
YUV 121.34 144.75 222.62 -
System Red Green Blue C M Y K H S L
Decimal 254 48 151 0 0.81 0.41 0.00 330 0.99 0.59
Hex FE 30 97 0 51 29 0 14A 63 3B
Octal 376 60 227 0 121 51 0 512 143 73
Binary 11111110 110000 10010111 0 1010001 101001 0 101001010 1100011 111011

Color Harmonies of #FE3097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3097

Black with #FE3097

Text Example


Text Example

White with #FE3097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3097; }

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

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

background-color css

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

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

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

border-color css

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

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

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