Html Css Color HEX #F53B9D Wild Strawberry

📋 copy color: '#F53B9D'

red 245 ◦ green 59 ◦ blue 157

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

Shades of Wild Strawberry #F53B9D

Tints of Wild Strawberry #F53B9D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.8%

 BLUE value IS 157 (61.72% from 255) = 34.06%

R = 53.15%
G = 12.8%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F53B9D (or 0xF53B9D) is known color: Wild Strawberry. HEX triplet: F5, 3B and 9D. RGB value is (245,59,157). Sum of RGB (Red+Green+Blue) = 245+59+157=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53B9D is #0AC462. Grayscale: #7D7D7D. Windows color (decimal): -705635 or 10304501. OLE color: 10304501.

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

Color convert

RGB 245 59 157 -
CMYK 0 0.76 0.36 0.04
HSL 328.39º 0.9% 0.6% -
HSV(B) 328.39º 0.76% 0.96% -
XYZ 45.31 24.97 34.33 -
YUV 125.79 145.62 213.03 -
System Red Green Blue C M Y K H S L
Decimal 245 59 157 0 0.76 0.36 0.04 328.39 0.9 0.6
Hex F5 3B 9D 0 4C 24 4 148 5A 3C
Octal 365 73 235 0 114 44 4 510 132 74
Binary 11110101 111011 10011101 0 1001100 100100 100 101001000 1011010 111100

Color Harmonies of #F53B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53B9D

Black with #F53B9D

Text Example


Text Example

White with #F53B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53B9D; }

 p { color: rgb(245,59,157); }

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

background-color css

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

 a { background-color: rgb(245,59,157); }

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

border-color css

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

 span { border-color: rgb(245,59,157); }

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