Html Css Color HEX #F53D9E Wild Strawberry

📋 copy color: '#F53D9E'

red 245 ◦ green 61 ◦ blue 158

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

Shades of Wild Strawberry #F53D9E

Tints of Wild Strawberry #F53D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.05%

R = 52.8%
G = 13.15%
B = 34.05%

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

#F53D9E (or 0xF53D9E) is known color: Wild Strawberry. HEX triplet: F5, 3D and 9E. RGB value is (245,61,158). Sum of RGB (Red+Green+Blue) = 245+61+158=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53D9E is #0AC261. Grayscale: #7E7E7E. Windows color (decimal): -705122 or 10370549. OLE color: 10370549.

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

Color convert

RGB 245 61 158 -
CMYK 0 0.75 0.36 0.04
HSL 328.37º 0.9% 0.6% -
HSV(B) 328.37º 0.75% 0.96% -
XYZ 45.5 25.22 34.82 -
YUV 127.07 145.46 212.11 -
System Red Green Blue C M Y K H S L
Decimal 245 61 158 0 0.75 0.36 0.04 328.37 0.9 0.6
Hex F5 3D 9E 0 4B 24 4 148 5A 3C
Octal 365 75 236 0 113 44 4 510 132 74
Binary 11110101 111101 10011110 0 1001011 100100 100 101001000 1011010 111100

Color Harmonies of #F53D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D9E

Black with #F53D9E

Text Example


Text Example

White with #F53D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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