Html Css Color HEX #F52592 Wild Strawberry

📋 copy color: '#F52592'

red 245 ◦ green 37 ◦ blue 146

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

Shades of Wild Strawberry #F52592

Tints of Wild Strawberry #F52592

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.64%

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

R = 57.24%
G = 8.64%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F52592 (or 0xF52592) is known color: Wild Strawberry. HEX triplet: F5, 25 and 92. RGB value is (245,37,146). Sum of RGB (Red+Green+Blue) = 245+37+146=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F52592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52592 is #0ADA6D. Grayscale: #6F6F6F. Windows color (decimal): -711278 or 9577973. OLE color: 9577973.

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

Color convert

RGB 245 37 146 -
CMYK 0 0.85 0.40 0.04
HSL 328.56º 0.91% 0.55% -
HSV(B) 328.56º 0.85% 0.96% -
XYZ 43.51 22.81 29.3 -
YUV 111.62 147.41 223.14 -
System Red Green Blue C M Y K H S L
Decimal 245 37 146 0 0.85 0.40 0.04 328.56 0.91 0.55
Hex F5 25 92 0 55 28 4 149 5B 37
Octal 365 45 222 0 125 50 4 511 133 67
Binary 11110101 100101 10010010 0 1010101 101000 100 101001001 1011011 110111

Color Harmonies of #F52592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52592

Black with #F52592

Text Example


Text Example

White with #F52592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52592; }

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

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

background-color css

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

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

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

border-color css

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

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

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