Html Css Color HEX #F72990 Wild Strawberry

📋 copy color: '#F72990'

red 247 ◦ green 41 ◦ blue 144

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

Shades of Wild Strawberry #F72990

Tints of Wild Strawberry #F72990

RGB

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

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

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

R = 57.18%
G = 9.49%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F72990 (or 0xF72990) is known color: Wild Strawberry. HEX triplet: F7, 29 and 90. RGB value is (247,41,144). Sum of RGB (Red+Green+Blue) = 247+41+144=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F72990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72990 is #08D66F. Grayscale: #727272. Windows color (decimal): -579184 or 9447927. OLE color: 9447927.

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

Color convert

RGB 247 41 144 -
CMYK 0 0.83 0.42 0.03
HSL 330º 0.93% 0.56% -
HSV(B) 330º 0.83% 0.97% -
XYZ 44.18 23.37 28.57 -
YUV 114.34 144.75 222.62 -
System Red Green Blue C M Y K H S L
Decimal 247 41 144 0 0.83 0.42 0.03 330 0.93 0.56
Hex F7 29 90 0 53 2A 3 14A 5D 38
Octal 367 51 220 0 123 52 3 512 135 70
Binary 11110111 101001 10010000 0 1010011 101010 11 101001010 1011101 111000

Color Harmonies of #F72990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72990

Black with #F72990

Text Example


Text Example

White with #F72990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72990; }

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

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

background-color css

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

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

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

border-color css

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

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

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