Html Css Color HEX #F5399C Wild Strawberry

📋 copy color: '#F5399C'

red 245 ◦ green 57 ◦ blue 156

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

Shades of Wild Strawberry #F5399C

Tints of Wild Strawberry #F5399C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.45%

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

R = 53.49%
G = 12.45%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5399C (or 0xF5399C) is known color: Wild Strawberry. HEX triplet: F5, 39 and 9C. RGB value is (245,57,156). Sum of RGB (Red+Green+Blue) = 245+57+156=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F5399C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5399C is #0AC663. Grayscale: #7C7C7C. Windows color (decimal): -706148 or 10238453. OLE color: 10238453.

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

Color convert

RGB 245 57 156 -
CMYK 0 0.77 0.36 0.04
HSL 328.4º 0.9% 0.59% -
HSV(B) 328.4º 0.77% 0.96% -
XYZ 45.12 24.74 33.85 -
YUV 124.5 145.78 213.95 -
System Red Green Blue C M Y K H S L
Decimal 245 57 156 0 0.77 0.36 0.04 328.4 0.9 0.59
Hex F5 39 9C 0 4D 24 4 148 5A 3B
Octal 365 71 234 0 115 44 4 510 132 73
Binary 11110101 111001 10011100 0 1001101 100100 100 101001000 1011010 111011

Color Harmonies of #F5399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5399C

Black with #F5399C

Text Example


Text Example

White with #F5399C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5399C; }

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

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

background-color css

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

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

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

border-color css

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

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

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