Html Css Color HEX #F52996 Wild Strawberry

📋 copy color: '#F52996'

red 245 ◦ green 41 ◦ blue 150

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

Shades of Wild Strawberry #F52996

Tints of Wild Strawberry #F52996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.4%

 BLUE value IS 150 (58.98% from 255) = 34.4%

R = 56.19%
G = 9.4%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F52996 (or 0xF52996) is known color: Wild Strawberry. HEX triplet: F5, 29 and 96. RGB value is (245,41,150). Sum of RGB (Red+Green+Blue) = 245+41+150=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F52996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52996 is #0AD669. Grayscale: #727272. Windows color (decimal): -710250 or 9841141. OLE color: 9841141.

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

Color convert

RGB 245 41 150 -
CMYK 0 0.83 0.39 0.04
HSL 327.94º 0.91% 0.56% -
HSV(B) 327.94º 0.83% 0.96% -
XYZ 43.95 23.2 31.02 -
YUV 114.42 148.09 221.14 -
System Red Green Blue C M Y K H S L
Decimal 245 41 150 0 0.83 0.39 0.04 327.94 0.91 0.56
Hex F5 29 96 0 53 27 4 148 5B 38
Octal 365 51 226 0 123 47 4 510 133 70
Binary 11110101 101001 10010110 0 1010011 100111 100 101001000 1011011 111000

Color Harmonies of #F52996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52996

Black with #F52996

Text Example


Text Example

White with #F52996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52996; }

 p { color: rgb(245,41,150); }

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

background-color css

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

 a { background-color: rgb(245,41,150); }

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

border-color css

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

 span { border-color: rgb(245,41,150); }

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