Html Css Color HEX #F53892 Wild Strawberry

📋 copy color: '#F53892'

red 245 ◦ green 56 ◦ blue 146

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

Shades of Wild Strawberry #F53892

Tints of Wild Strawberry #F53892

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.53%

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

R = 54.81%
G = 12.53%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F53892 (or 0xF53892) is known color: Wild Strawberry. HEX triplet: F5, 38 and 92. RGB value is (245,56,146). Sum of RGB (Red+Green+Blue) = 245+56+146=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F53892 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53892 is #0AC76D. Grayscale: #7A7A7A. Windows color (decimal): -706414 or 9582837. OLE color: 9582837.

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

Color convert

RGB 245 56 146 -
CMYK 0 0.77 0.40 0.04
HSL 331.43º 0.9% 0.59% -
HSV(B) 331.43º 0.77% 0.96% -
XYZ 44.26 24.32 29.55 -
YUV 122.77 141.12 215.18 -
System Red Green Blue C M Y K H S L
Decimal 245 56 146 0 0.77 0.40 0.04 331.43 0.9 0.59
Hex F5 38 92 0 4D 28 4 14B 5A 3B
Octal 365 70 222 0 115 50 4 513 132 73
Binary 11110101 111000 10010010 0 1001101 101000 100 101001011 1011010 111011

Color Harmonies of #F53892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53892

Black with #F53892

Text Example


Text Example

White with #F53892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53892; }

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

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

background-color css

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

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

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

border-color css

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

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

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