Html Css Color HEX #F72C7F Violet Red

📋 copy color: '#F72C7F'

red 247 ◦ green 44 ◦ blue 127

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

Shades of Violet Red #F72C7F

Tints of Violet Red #F72C7F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.53%

 BLUE value IS 127 (50% from 255) = 30.38%

R = 59.09%
G = 10.53%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F72C7F (or 0xF72C7F) is known color: Violet Red. HEX triplet: F7, 2C and 7F. RGB value is (247,44,127). Sum of RGB (Red+Green+Blue) = 247+44+127=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72C7F is #08D380. Grayscale: #727272. Windows color (decimal): -578433 or 8334583. OLE color: 8334583.

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

Color convert

RGB 247 44 127 -
CMYK 0 0.82 0.49 0.03
HSL 335.47º 0.93% 0.57% -
HSV(B) 335.47º 0.82% 0.97% -
XYZ 43.09 23.11 22.27 -
YUV 114.16 135.25 222.75 -
System Red Green Blue C M Y K H S L
Decimal 247 44 127 0 0.82 0.49 0.03 335.47 0.93 0.57
Hex F7 2C 7F 0 52 31 3 14F 5D 39
Octal 367 54 177 0 122 61 3 517 135 71
Binary 11110111 101100 1111111 0 1010010 110001 11 101001111 1011101 111001

Color Harmonies of #F72C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72C7F

Black with #F72C7F

Text Example


Text Example

White with #F72C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72C7F; }

 p { color: rgb(247,44,127); }

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

background-color css

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

 a { background-color: rgb(247,44,127); }

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

border-color css

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

 span { border-color: rgb(247,44,127); }

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