Html Css Color HEX #FE309F Wild Strawberry

📋 copy color: '#FE309F'

red 254 ◦ green 48 ◦ blue 159

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

Shades of Wild Strawberry #FE309F

Tints of Wild Strawberry #FE309F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.49%

R = 55.1%
G = 10.41%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE309F (or 0xFE309F) is known color: Wild Strawberry. HEX triplet: FE, 30 and 9F. RGB value is (254,48,159). Sum of RGB (Red+Green+Blue) = 254+48+159=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE309F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE309F is #01CF60. Grayscale: #7A7A7A. Windows color (decimal): -118625 or 10432766. OLE color: 10432766.

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

Color convert

RGB 254 48 159 -
CMYK 0 0.81 0.37 0.00
HSL 327.67º 0.99% 0.59% -
HSV(B) 327.67º 0.81% 1% -
XYZ 48.19 25.69 35.22 -
YUV 122.25 148.75 221.97 -
System Red Green Blue C M Y K H S L
Decimal 254 48 159 0 0.81 0.37 0.00 327.67 0.99 0.59
Hex FE 30 9F 0 51 25 0 148 63 3B
Octal 376 60 237 0 121 45 0 510 143 73
Binary 11111110 110000 10011111 0 1010001 100101 0 101001000 1100011 111011

Color Harmonies of #FE309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE309F

Black with #FE309F

Text Example


Text Example

White with #FE309F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE309F; }

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

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

background-color css

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

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

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

border-color css

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

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

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