Html Css Color HEX #F5369F Wild Strawberry

📋 copy color: '#F5369F'

red 245 ◦ green 54 ◦ blue 159

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

Shades of Wild Strawberry #F5369F

Tints of Wild Strawberry #F5369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.79%

 BLUE value IS 159 (62.5% from 255) = 34.72%

R = 53.49%
G = 11.79%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F5369F (or 0xF5369F) is known color: Wild Strawberry. HEX triplet: F5, 36 and 9F. RGB value is (245,54,159). Sum of RGB (Red+Green+Blue) = 245+54+159=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F5369F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5369F is #0AC960. Grayscale: #7A7A7A. Windows color (decimal): -706913 or 10434293. OLE color: 10434293.

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

Color convert

RGB 245 54 159 -
CMYK 0 0.78 0.35 0.04
HSL 327.02º 0.91% 0.59% -
HSV(B) 327.02º 0.78% 0.96% -
XYZ 45.23 24.55 35.16 -
YUV 123.08 148.28 214.96 -
System Red Green Blue C M Y K H S L
Decimal 245 54 159 0 0.78 0.35 0.04 327.02 0.91 0.59
Hex F5 36 9F 0 4E 23 4 147 5B 3B
Octal 365 66 237 0 116 43 4 507 133 73
Binary 11110101 110110 10011111 0 1001110 100011 100 101000111 1011011 111011

Color Harmonies of #F5369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5369F

Black with #F5369F

Text Example


Text Example

White with #F5369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5369F; }

 p { color: rgb(245,54,159); }

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

background-color css

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

 a { background-color: rgb(245,54,159); }

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

border-color css

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

 span { border-color: rgb(245,54,159); }

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