Html Css Color HEX #F72895 Wild Strawberry

📋 copy color: '#F72895'

red 247 ◦ green 40 ◦ blue 149

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

Shades of Wild Strawberry #F72895

Tints of Wild Strawberry #F72895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.17%

R = 56.65%
G = 9.17%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F72895 (or 0xF72895) is known color: Wild Strawberry. HEX triplet: F7, 28 and 95. RGB value is (247,40,149). Sum of RGB (Red+Green+Blue) = 247+40+149=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F72895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72895 is #08D76A. Grayscale: #727272. Windows color (decimal): -579435 or 9775351. OLE color: 9775351.

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

Color convert

RGB 247 40 149 -
CMYK 0 0.84 0.40 0.03
HSL 328.41º 0.93% 0.56% -
HSV(B) 328.41º 0.84% 0.97% -
XYZ 44.54 23.46 30.61 -
YUV 114.32 147.58 222.64 -
System Red Green Blue C M Y K H S L
Decimal 247 40 149 0 0.84 0.40 0.03 328.41 0.93 0.56
Hex F7 28 95 0 54 28 3 148 5D 38
Octal 367 50 225 0 124 50 3 510 135 70
Binary 11110111 101000 10010101 0 1010100 101000 11 101001000 1011101 111000

Color Harmonies of #F72895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72895

Black with #F72895

Text Example


Text Example

White with #F72895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72895; }

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

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

background-color css

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

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

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

border-color css

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

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

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