Html Css Color HEX #F5359C Wild Strawberry

📋 copy color: '#F5359C'

red 245 ◦ green 53 ◦ blue 156

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

Shades of Wild Strawberry #F5359C

Tints of Wild Strawberry #F5359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.67%

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

R = 53.96%
G = 11.67%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5359C (or 0xF5359C) is known color: Wild Strawberry. HEX triplet: F5, 35 and 9C. RGB value is (245,53,156). Sum of RGB (Red+Green+Blue) = 245+53+156=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5359C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5359C is #0ACA63. Grayscale: #797979. Windows color (decimal): -707172 or 10237429. OLE color: 10237429.

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

Color convert

RGB 245 53 156 -
CMYK 0 0.78 0.36 0.04
HSL 327.81º 0.91% 0.58% -
HSV(B) 327.81º 0.78% 0.96% -
XYZ 44.93 24.36 33.79 -
YUV 122.15 147.11 215.62 -
System Red Green Blue C M Y K H S L
Decimal 245 53 156 0 0.78 0.36 0.04 327.81 0.91 0.58
Hex F5 35 9C 0 4E 24 4 148 5B 3A
Octal 365 65 234 0 116 44 4 510 133 72
Binary 11110101 110101 10011100 0 1001110 100100 100 101001000 1011011 111010

Color Harmonies of #F5359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5359C

Black with #F5359C

Text Example


Text Example

White with #F5359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5359C; }

 p { color: rgb(245,53,156); }

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

background-color css

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

 a { background-color: rgb(245,53,156); }

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

border-color css

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

 span { border-color: rgb(245,53,156); }

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