Html Css Color HEX #F7327D Violet Red

📋 copy color: '#F7327D'

red 247 ◦ green 50 ◦ blue 125

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

Shades of Violet Red #F7327D

Tints of Violet Red #F7327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.85%

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

R = 58.53%
G = 11.85%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7327D (or 0xF7327D) is known color: Violet Red. HEX triplet: F7, 32 and 7D. RGB value is (247,50,125). Sum of RGB (Red+Green+Blue) = 247+50+125=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F7327D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7327D is #08CD82. Grayscale: #757575. Windows color (decimal): -576899 or 8205047. OLE color: 8205047.

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

Color convert

RGB 247 50 125 -
CMYK 0 0.80 0.49 0.03
HSL 337.16º 0.92% 0.58% -
HSV(B) 337.16º 0.8% 0.97% -
XYZ 43.2 23.54 21.67 -
YUV 117.45 132.27 220.4 -
System Red Green Blue C M Y K H S L
Decimal 247 50 125 0 0.80 0.49 0.03 337.16 0.92 0.58
Hex F7 32 7D 0 50 31 3 151 5C 3A
Octal 367 62 175 0 120 61 3 521 134 72
Binary 11110111 110010 1111101 0 1010000 110001 11 101010001 1011100 111010

Color Harmonies of #F7327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7327D

Black with #F7327D

Text Example


Text Example

White with #F7327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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