Html Css Color HEX #F52790 Wild Strawberry

📋 copy color: '#F52790'

red 245 ◦ green 39 ◦ blue 144

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

Shades of Wild Strawberry #F52790

Tints of Wild Strawberry #F52790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.11%

 BLUE value IS 144 (56.64% from 255) = 33.64%

R = 57.24%
G = 9.11%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F52790 (or 0xF52790) is known color: Wild Strawberry. HEX triplet: F5, 27 and 90. RGB value is (245,39,144). Sum of RGB (Red+Green+Blue) = 245+39+144=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F52790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52790 is #0AD86F. Grayscale: #707070. Windows color (decimal): -710768 or 9447413. OLE color: 9447413.

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

Color convert

RGB 245 39 144 -
CMYK 0 0.84 0.41 0.04
HSL 329.42º 0.91% 0.56% -
HSV(B) 329.42º 0.84% 0.96% -
XYZ 43.42 22.88 28.51 -
YUV 112.56 145.75 222.46 -
System Red Green Blue C M Y K H S L
Decimal 245 39 144 0 0.84 0.41 0.04 329.42 0.91 0.56
Hex F5 27 90 0 54 29 4 149 5B 38
Octal 365 47 220 0 124 51 4 511 133 70
Binary 11110101 100111 10010000 0 1010100 101001 100 101001001 1011011 111000

Color Harmonies of #F52790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52790

Black with #F52790

Text Example


Text Example

White with #F52790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52790; }

 p { color: rgb(245,39,144); }

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

background-color css

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

 a { background-color: rgb(245,39,144); }

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

border-color css

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

 span { border-color: rgb(245,39,144); }

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