Html Css Color HEX #F7417F Violet Red

📋 copy color: '#F7417F'

red 247 ◦ green 65 ◦ blue 127

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

Shades of Violet Red #F7417F

Tints of Violet Red #F7417F

RGB

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

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

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

R = 56.26%
G = 14.81%
B = 28.93%

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

#F7417F (or 0xF7417F) is known color: Violet Red. HEX triplet: F7, 41 and 7F. RGB value is (247,65,127). Sum of RGB (Red+Green+Blue) = 247+65+127=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F7417F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7417F is #08BE80. Grayscale: #7E7E7E. Windows color (decimal): -573057 or 8339959. OLE color: 8339959.

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

Color convert

RGB 247 65 127 -
CMYK 0 0.74 0.49 0.03
HSL 339.56º 0.92% 0.61% -
HSV(B) 339.56º 0.74% 0.97% -
XYZ 44.08 25.09 22.6 -
YUV 126.49 128.3 213.96 -
System Red Green Blue C M Y K H S L
Decimal 247 65 127 0 0.74 0.49 0.03 339.56 0.92 0.61
Hex F7 41 7F 0 4A 31 3 154 5C 3D
Octal 367 101 177 0 112 61 3 524 134 75
Binary 11110111 1000001 1111111 0 1001010 110001 11 101010100 1011100 111101

Color Harmonies of #F7417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7417F

Black with #F7417F

Text Example


Text Example

White with #F7417F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7417F; }

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

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

background-color css

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

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

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

border-color css

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

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

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