Html Css Color HEX #F72590 Wild Strawberry

📋 copy color: '#F72590'

red 247 ◦ green 37 ◦ blue 144

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

Shades of Wild Strawberry #F72590

Tints of Wild Strawberry #F72590

RGB

 RED value IS 247 (96.88% from 255) = 57.71%

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

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

R = 57.71%
G = 8.64%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F72590 (or 0xF72590) is known color: Wild Strawberry. HEX triplet: F7, 25 and 90. RGB value is (247,37,144). Sum of RGB (Red+Green+Blue) = 247+37+144=428 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.71% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 247 - color contains mainly: red. Hex color #F72590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72590 is #08DA6F. Grayscale: #6F6F6F. Windows color (decimal): -580208 or 9446903. OLE color: 9446903.

HSL color Cylindrical-coordinate representation of color #F72590: hue angle of 329.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F72590 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 37 144 -
CMYK 0 0.85 0.42 0.03
HSL 329.43º 0.93% 0.56% -
HSV(B) 329.43º 0.85% 0.97% -
XYZ 44.05 23.11 28.52 -
YUV 111.99 146.07 224.3 -
System Red Green Blue C M Y K H S L
Decimal 247 37 144 0 0.85 0.42 0.03 329.43 0.93 0.56
Hex F7 25 90 0 55 2A 3 149 5D 38
Octal 367 45 220 0 125 52 3 511 135 70
Binary 11110111 100101 10010000 0 1010101 101010 11 101001001 1011101 111000

Color Harmonies of #F72590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72590

Black with #F72590

Text Example


Text Example

White with #F72590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72590; }

 p { color: rgb(247,37,144); }

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

background-color css

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

 a { background-color: rgb(247,37,144); }

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

border-color css

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

 span { border-color: rgb(247,37,144); }

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