Html Css Color HEX #F5309E Wild Strawberry

📋 copy color: '#F5309E'

red 245 ◦ green 48 ◦ blue 158

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

Shades of Wild Strawberry #F5309E

Tints of Wild Strawberry #F5309E

RGB

 RED value IS 245 (96.09% from 255) = 54.32%

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

 BLUE value IS 158 (62.11% from 255) = 35.03%

R = 54.32%
G = 10.64%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5309E (or 0xF5309E) is known color: Wild Strawberry. HEX triplet: F5, 30 and 9E. RGB value is (245,48,158). Sum of RGB (Red+Green+Blue) = 245+48+158=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F5309E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5309E is #0ACF61. Grayscale: #777777. Windows color (decimal): -708450 or 10367221. OLE color: 10367221.

HSL color Cylindrical-coordinate representation of color #F5309E: hue angle of 326.5º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5309E is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 48 158 -
CMYK 0 0.80 0.36 0.04
HSL 326.5º 0.91% 0.57% -
HSV(B) 326.5º 0.8% 0.96% -
XYZ 44.88 24 34.61 -
YUV 119.44 149.77 217.56 -
System Red Green Blue C M Y K H S L
Decimal 245 48 158 0 0.80 0.36 0.04 326.5 0.91 0.57
Hex F5 30 9E 0 50 24 4 146 5B 39
Octal 365 60 236 0 120 44 4 506 133 71
Binary 11110101 110000 10011110 0 1010000 100100 100 101000110 1011011 111001

Color Harmonies of #F5309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5309E

Black with #F5309E

Text Example


Text Example

White with #F5309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5309E; }

 p { color: rgb(245,48,158); }

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

background-color css

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

 a { background-color: rgb(245,48,158); }

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

border-color css

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

 span { border-color: rgb(245,48,158); }

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