Html Css Color HEX #F52C99 Wild Strawberry

📋 copy color: '#F52C99'

red 245 ◦ green 44 ◦ blue 153

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

Shades of Wild Strawberry #F52C99

Tints of Wild Strawberry #F52C99

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.95%

 BLUE value IS 153 (60.16% from 255) = 34.62%

R = 55.43%
G = 9.95%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F52C99 (or 0xF52C99) is known color: Wild Strawberry. HEX triplet: F5, 2C and 99. RGB value is (245,44,153). Sum of RGB (Red+Green+Blue) = 245+44+153=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52C99 is #0AD366. Grayscale: #747474. Windows color (decimal): -709479 or 10038517. OLE color: 10038517.

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

Color convert

RGB 245 44 153 -
CMYK 0 0.82 0.38 0.04
HSL 327.46º 0.91% 0.57% -
HSV(B) 327.46º 0.82% 0.96% -
XYZ 44.31 23.51 32.34 -
YUV 116.53 148.59 219.64 -
System Red Green Blue C M Y K H S L
Decimal 245 44 153 0 0.82 0.38 0.04 327.46 0.91 0.57
Hex F5 2C 99 0 52 26 4 147 5B 39
Octal 365 54 231 0 122 46 4 507 133 71
Binary 11110101 101100 10011001 0 1010010 100110 100 101000111 1011011 111001

Color Harmonies of #F52C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52C99

Black with #F52C99

Text Example


Text Example

White with #F52C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52C99; }

 p { color: rgb(245,44,153); }

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

background-color css

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

 a { background-color: rgb(245,44,153); }

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

border-color css

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

 span { border-color: rgb(245,44,153); }

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