Html Css Color HEX #FE309C Wild Strawberry

📋 copy color: '#FE309C'

red 254 ◦ green 48 ◦ blue 156

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

Shades of Wild Strawberry #FE309C

Tints of Wild Strawberry #FE309C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.06%

R = 55.46%
G = 10.48%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE309C (or 0xFE309C) is known color: Wild Strawberry. HEX triplet: FE, 30 and 9C. RGB value is (254,48,156). Sum of RGB (Red+Green+Blue) = 254+48+156=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE309C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE309C is #01CF63. Grayscale: #797979. Windows color (decimal): -118628 or 10236158. OLE color: 10236158.

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

Color convert

RGB 254 48 156 -
CMYK 0 0.81 0.39 0.00
HSL 328.54º 0.99% 0.59% -
HSV(B) 328.54º 0.81% 1% -
XYZ 47.93 25.59 33.86 -
YUV 121.91 147.25 222.22 -
System Red Green Blue C M Y K H S L
Decimal 254 48 156 0 0.81 0.39 0.00 328.54 0.99 0.59
Hex FE 30 9C 0 51 27 0 149 63 3B
Octal 376 60 234 0 121 47 0 511 143 73
Binary 11111110 110000 10011100 0 1010001 100111 0 101001001 1100011 111011

Color Harmonies of #FE309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE309C

Black with #FE309C

Text Example


Text Example

White with #FE309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE309C; }

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

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

background-color css

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

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

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

border-color css

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

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

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