Html Css Color HEX #F72690 Wild Strawberry

📋 copy color: '#F72690'

red 247 ◦ green 38 ◦ blue 144

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

Shades of Wild Strawberry #F72690

Tints of Wild Strawberry #F72690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.86%

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

R = 57.58%
G = 8.86%
B = 33.57%

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

#F72690 (or 0xF72690) is known color: Wild Strawberry. HEX triplet: F7, 26 and 90. RGB value is (247,38,144). Sum of RGB (Red+Green+Blue) = 247+38+144=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F72690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72690 is #08D96F. Grayscale: #707070. Windows color (decimal): -579952 or 9447159. OLE color: 9447159.

HSL color Cylindrical-coordinate representation of color #F72690: hue angle of 329.57º 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 #F72690 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 38 144 -
CMYK 0 0.85 0.42 0.03
HSL 329.57º 0.93% 0.56% -
HSV(B) 329.57º 0.85% 0.97% -
XYZ 44.08 23.17 28.54 -
YUV 112.58 145.74 223.88 -
System Red Green Blue C M Y K H S L
Decimal 247 38 144 0 0.85 0.42 0.03 329.57 0.93 0.56
Hex F7 26 90 0 55 2A 3 14A 5D 38
Octal 367 46 220 0 125 52 3 512 135 70
Binary 11110111 100110 10010000 0 1010101 101010 11 101001010 1011101 111000

Color Harmonies of #F72690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72690

Black with #F72690

Text Example


Text Example

White with #F72690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72690; }

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

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

background-color css

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

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

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

border-color css

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

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

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