Html Css Color HEX #F72F7E Violet Red

📋 copy color: '#F72F7E'

red 247 ◦ green 47 ◦ blue 126

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

Shades of Violet Red #F72F7E

Tints of Violet Red #F72F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30%

R = 58.81%
G = 11.19%
B = 30%

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

#F72F7E (or 0xF72F7E) is known color: Violet Red. HEX triplet: F7, 2F and 7E. RGB value is (247,47,126). Sum of RGB (Red+Green+Blue) = 247+47+126=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72F7E is #08D081. Grayscale: #737373. Windows color (decimal): -577666 or 8269815. OLE color: 8269815.

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

Color convert

RGB 247 47 126 -
CMYK 0 0.81 0.49 0.03
HSL 336.3º 0.93% 0.58% -
HSV(B) 336.3º 0.81% 0.97% -
XYZ 43.14 23.31 21.96 -
YUV 115.81 133.76 221.58 -
System Red Green Blue C M Y K H S L
Decimal 247 47 126 0 0.81 0.49 0.03 336.3 0.93 0.58
Hex F7 2F 7E 0 51 31 3 150 5D 3A
Octal 367 57 176 0 121 61 3 520 135 72
Binary 11110111 101111 1111110 0 1010001 110001 11 101010000 1011101 111010

Color Harmonies of #F72F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72F7E

Black with #F72F7E

Text Example


Text Example

White with #F72F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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