Html Css Color HEX #F72592 Wild Strawberry

📋 copy color: '#F72592'

red 247 ◦ green 37 ◦ blue 146

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

Shades of Wild Strawberry #F72592

Tints of Wild Strawberry #F72592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.95%

R = 57.44%
G = 8.6%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F72592 (or 0xF72592) is known color: Wild Strawberry. HEX triplet: F7, 25 and 92. RGB value is (247,37,146). Sum of RGB (Red+Green+Blue) = 247+37+146=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F72592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72592 is #08DA6D. Grayscale: #6F6F6F. Windows color (decimal): -580206 or 9577975. OLE color: 9577975.

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

Color convert

RGB 247 37 146 -
CMYK 0 0.85 0.41 0.03
HSL 328.86º 0.93% 0.56% -
HSV(B) 328.86º 0.85% 0.97% -
XYZ 44.21 23.17 29.34 -
YUV 112.22 147.07 224.14 -
System Red Green Blue C M Y K H S L
Decimal 247 37 146 0 0.85 0.41 0.03 328.86 0.93 0.56
Hex F7 25 92 0 55 29 3 149 5D 38
Octal 367 45 222 0 125 51 3 511 135 70
Binary 11110111 100101 10010010 0 1010101 101001 11 101001001 1011101 111000

Color Harmonies of #F72592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72592

Black with #F72592

Text Example


Text Example

White with #F72592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72592; }

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

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

background-color css

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

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

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

border-color css

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

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

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