Html Css Color HEX #F5309B Wild Strawberry

📋 copy color: '#F5309B'

red 245 ◦ green 48 ◦ blue 155

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

Shades of Wild Strawberry #F5309B

Tints of Wild Strawberry #F5309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 54.69%
G = 10.71%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5309B (or 0xF5309B) is known color: Wild Strawberry. HEX triplet: F5, 30 and 9B. RGB value is (245,48,155). Sum of RGB (Red+Green+Blue) = 245+48+155=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F5309B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5309B is #0ACF64. Grayscale: #767676. Windows color (decimal): -708453 or 10170613. OLE color: 10170613.

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

Color convert

RGB 245 48 155 -
CMYK 0 0.80 0.37 0.04
HSL 327.41º 0.91% 0.57% -
HSV(B) 327.41º 0.8% 0.96% -
XYZ 44.63 23.89 33.27 -
YUV 119.1 148.27 217.8 -
System Red Green Blue C M Y K H S L
Decimal 245 48 155 0 0.80 0.37 0.04 327.41 0.91 0.57
Hex F5 30 9B 0 50 25 4 147 5B 39
Octal 365 60 233 0 120 45 4 507 133 71
Binary 11110101 110000 10011011 0 1010000 100101 100 101000111 1011011 111001

Color Harmonies of #F5309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5309B

Black with #F5309B

Text Example


Text Example

White with #F5309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5309B; }

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

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

background-color css

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

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

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

border-color css

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

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

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