Html Css Color HEX #F53D9D Wild Strawberry

📋 copy color: '#F53D9D'

red 245 ◦ green 61 ◦ blue 157

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

Shades of Wild Strawberry #F53D9D

Tints of Wild Strawberry #F53D9D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.17%

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

R = 52.92%
G = 13.17%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F53D9D (or 0xF53D9D) is known color: Wild Strawberry. HEX triplet: F5, 3D and 9D. RGB value is (245,61,157). Sum of RGB (Red+Green+Blue) = 245+61+157=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53D9D is #0AC262. Grayscale: #7E7E7E. Windows color (decimal): -705123 or 10305013. OLE color: 10305013.

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

Color convert

RGB 245 61 157 -
CMYK 0 0.75 0.36 0.04
HSL 328.7º 0.9% 0.6% -
HSV(B) 328.7º 0.75% 0.96% -
XYZ 45.41 25.18 34.37 -
YUV 126.96 144.96 212.19 -
System Red Green Blue C M Y K H S L
Decimal 245 61 157 0 0.75 0.36 0.04 328.7 0.9 0.6
Hex F5 3D 9D 0 4B 24 4 149 5A 3C
Octal 365 75 235 0 113 44 4 511 132 74
Binary 11110101 111101 10011101 0 1001011 100100 100 101001001 1011010 111100

Color Harmonies of #F53D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D9D

Black with #F53D9D

Text Example


Text Example

White with #F53D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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