Html Css Color HEX #F7417D Violet Red

📋 copy color: '#F7417D'

red 247 ◦ green 65 ◦ blue 125

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

Shades of Violet Red #F7417D

Tints of Violet Red #F7417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.87%

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

R = 56.52%
G = 14.87%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7417D (or 0xF7417D) is known color: Violet Red. HEX triplet: F7, 41 and 7D. RGB value is (247,65,125). Sum of RGB (Red+Green+Blue) = 247+65+125=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F7417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7417D is #08BE82. Grayscale: #7E7E7E. Windows color (decimal): -573059 or 8208887. OLE color: 8208887.

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

Color convert

RGB 247 65 125 -
CMYK 0 0.74 0.49 0.03
HSL 340.22º 0.92% 0.61% -
HSV(B) 340.22º 0.74% 0.97% -
XYZ 43.95 25.04 21.92 -
YUV 126.26 127.3 214.12 -
System Red Green Blue C M Y K H S L
Decimal 247 65 125 0 0.74 0.49 0.03 340.22 0.92 0.61
Hex F7 41 7D 0 4A 31 3 154 5C 3D
Octal 367 101 175 0 112 61 3 524 134 75
Binary 11110111 1000001 1111101 0 1001010 110001 11 101010100 1011100 111101

Color Harmonies of #F7417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7417D

Black with #F7417D

Text Example


Text Example

White with #F7417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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