Html Css Color HEX #F72890 Wild Strawberry

📋 copy color: '#F72890'

red 247 ◦ green 40 ◦ blue 144

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

Shades of Wild Strawberry #F72890

Tints of Wild Strawberry #F72890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.28%

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

R = 57.31%
G = 9.28%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F72890 (or 0xF72890) is known color: Wild Strawberry. HEX triplet: F7, 28 and 90. RGB value is (247,40,144). Sum of RGB (Red+Green+Blue) = 247+40+144=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F72890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72890 is #08D76F. Grayscale: #717171. Windows color (decimal): -579440 or 9447671. OLE color: 9447671.

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

Color convert

RGB 247 40 144 -
CMYK 0 0.84 0.42 0.03
HSL 329.86º 0.93% 0.56% -
HSV(B) 329.86º 0.84% 0.97% -
XYZ 44.15 23.31 28.56 -
YUV 113.75 145.08 223.04 -
System Red Green Blue C M Y K H S L
Decimal 247 40 144 0 0.84 0.42 0.03 329.86 0.93 0.56
Hex F7 28 90 0 54 2A 3 14A 5D 38
Octal 367 50 220 0 124 52 3 512 135 70
Binary 11110111 101000 10010000 0 1010100 101010 11 101001010 1011101 111000

Color Harmonies of #F72890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72890

Black with #F72890

Text Example


Text Example

White with #F72890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72890; }

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

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

background-color css

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

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

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

border-color css

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

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

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