Html Css Color HEX #F72DB4 Spicy Pink

📋 copy color: '#F72DB4'

red 247 ◦ green 45 ◦ blue 180

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

Shades of Spicy Pink #F72DB4

Tints of Spicy Pink #F72DB4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.53%

 BLUE value IS 180 (70.7% from 255) = 38.14%

R = 52.33%
G = 9.53%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F72DB4 (or 0xF72DB4) is known color: Spicy Pink. HEX triplet: F7, 2D and B4. RGB value is (247,45,180). Sum of RGB (Red+Green+Blue) = 247+45+180=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F72DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72DB4 is #08D24B. Grayscale: #787878. Windows color (decimal): -578124 or 11808247. OLE color: 11808247.

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

Color convert

RGB 247 45 180 -
CMYK 0 0.82 0.27 0.03
HSL 319.9º 0.93% 0.57% -
HSV(B) 319.9º 0.82% 0.97% -
XYZ 47.53 24.95 45.49 -
YUV 120.79 161.42 218.02 -
System Red Green Blue C M Y K H S L
Decimal 247 45 180 0 0.82 0.27 0.03 319.9 0.93 0.57
Hex F7 2D B4 0 52 1B 3 140 5D 39
Octal 367 55 264 0 122 33 3 500 135 71
Binary 11110111 101101 10110100 0 1010010 11011 11 101000000 1011101 111001

Color Harmonies of #F72DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72DB4

Black with #F72DB4

Text Example


Text Example

White with #F72DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72DB4; }

 p { color: rgb(247,45,180); }

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

background-color css

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

 a { background-color: rgb(247,45,180); }

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

border-color css

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

 span { border-color: rgb(247,45,180); }

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