Html Css Color HEX #F5369B Wild Strawberry

📋 copy color: '#F5369B'

red 245 ◦ green 54 ◦ blue 155

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

Shades of Wild Strawberry #F5369B

Tints of Wild Strawberry #F5369B

RGB

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

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

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

R = 53.96%
G = 11.89%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5369B (or 0xF5369B) is known color: Wild Strawberry. HEX triplet: F5, 36 and 9B. RGB value is (245,54,155). Sum of RGB (Red+Green+Blue) = 245+54+155=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5369B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5369B is #0AC964. Grayscale: #7A7A7A. Windows color (decimal): -706917 or 10172149. OLE color: 10172149.

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

Color convert

RGB 245 54 155 -
CMYK 0 0.78 0.37 0.04
HSL 328.27º 0.91% 0.59% -
HSV(B) 328.27º 0.78% 0.96% -
XYZ 44.89 24.42 33.36 -
YUV 122.62 146.28 215.29 -
System Red Green Blue C M Y K H S L
Decimal 245 54 155 0 0.78 0.37 0.04 328.27 0.91 0.59
Hex F5 36 9B 0 4E 25 4 148 5B 3B
Octal 365 66 233 0 116 45 4 510 133 73
Binary 11110101 110110 10011011 0 1001110 100101 100 101001000 1011011 111011

Color Harmonies of #F5369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5369B

Black with #F5369B

Text Example


Text Example

White with #F5369B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5369B; }

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

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

background-color css

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

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

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

border-color css

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

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

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