Html Css Color HEX #F53792 Wild Strawberry

📋 copy color: '#F53792'

red 245 ◦ green 55 ◦ blue 146

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

Shades of Wild Strawberry #F53792

Tints of Wild Strawberry #F53792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.33%

 BLUE value IS 146 (57.42% from 255) = 32.74%

R = 54.93%
G = 12.33%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F53792 (or 0xF53792) is known color: Wild Strawberry. HEX triplet: F5, 37 and 92. RGB value is (245,55,146). Sum of RGB (Red+Green+Blue) = 245+55+146=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F53792 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53792 is #0AC86D. Grayscale: #7A7A7A. Windows color (decimal): -706670 or 9582581. OLE color: 9582581.

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

Color convert

RGB 245 55 146 -
CMYK 0 0.78 0.40 0.04
HSL 331.26º 0.9% 0.59% -
HSV(B) 331.26º 0.78% 0.96% -
XYZ 44.21 24.22 29.54 -
YUV 122.18 141.45 215.6 -
System Red Green Blue C M Y K H S L
Decimal 245 55 146 0 0.78 0.40 0.04 331.26 0.9 0.59
Hex F5 37 92 0 4E 28 4 14B 5A 3B
Octal 365 67 222 0 116 50 4 513 132 73
Binary 11110101 110111 10010010 0 1001110 101000 100 101001011 1011010 111011

Color Harmonies of #F53792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53792

Black with #F53792

Text Example


Text Example

White with #F53792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53792; }

 p { color: rgb(245,55,146); }

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

background-color css

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

 a { background-color: rgb(245,55,146); }

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

border-color css

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

 span { border-color: rgb(245,55,146); }

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