Html Css Color HEX #F72F7D Violet Red

📋 copy color: '#F72F7D'

red 247 ◦ green 47 ◦ blue 125

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

Shades of Violet Red #F72F7D

Tints of Violet Red #F72F7D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.22%

 BLUE value IS 125 (49.22% from 255) = 29.83%

R = 58.95%
G = 11.22%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F72F7D (or 0xF72F7D) is known color: Violet Red. HEX triplet: F7, 2F and 7D. RGB value is (247,47,125). Sum of RGB (Red+Green+Blue) = 247+47+125=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72F7D is #08D082. Grayscale: #737373. Windows color (decimal): -577667 or 8204279. OLE color: 8204279.

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

Color convert

RGB 247 47 125 -
CMYK 0 0.81 0.49 0.03
HSL 336.6º 0.93% 0.58% -
HSV(B) 336.6º 0.81% 0.97% -
XYZ 43.08 23.29 21.63 -
YUV 115.69 133.26 221.66 -
System Red Green Blue C M Y K H S L
Decimal 247 47 125 0 0.81 0.49 0.03 336.6 0.93 0.58
Hex F7 2F 7D 0 51 31 3 151 5D 3A
Octal 367 57 175 0 121 61 3 521 135 72
Binary 11110111 101111 1111101 0 1010001 110001 11 101010001 1011101 111010

Color Harmonies of #F72F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72F7D

Black with #F72F7D

Text Example


Text Example

White with #F72F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72F7D; }

 p { color: rgb(247,47,125); }

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

background-color css

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

 a { background-color: rgb(247,47,125); }

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

border-color css

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

 span { border-color: rgb(247,47,125); }

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