Html Css Color HEX #F7418F Violet Red

📋 copy color: '#F7418F'

red 247 ◦ green 65 ◦ blue 143

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

Shades of Violet Red #F7418F

Tints of Violet Red #F7418F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.43%

R = 54.29%
G = 14.29%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F7418F (or 0xF7418F) is known color: Violet Red. HEX triplet: F7, 41 and 8F. RGB value is (247,65,143). Sum of RGB (Red+Green+Blue) = 247+65+143=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F7418F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7418F is #08BE70. Grayscale: #808080. Windows color (decimal): -573041 or 9388535. OLE color: 9388535.

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

Color convert

RGB 247 65 143 -
CMYK 0 0.74 0.42 0.03
HSL 334.29º 0.92% 0.61% -
HSV(B) 334.29º 0.74% 0.97% -
XYZ 45.21 25.54 28.53 -
YUV 128.31 136.3 212.66 -
System Red Green Blue C M Y K H S L
Decimal 247 65 143 0 0.74 0.42 0.03 334.29 0.92 0.61
Hex F7 41 8F 0 4A 2A 3 14E 5C 3D
Octal 367 101 217 0 112 52 3 516 134 75
Binary 11110111 1000001 10001111 0 1001010 101010 11 101001110 1011100 111101

Color Harmonies of #F7418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7418F

Black with #F7418F

Text Example


Text Example

White with #F7418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7418F; }

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

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

background-color css

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

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

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

border-color css

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

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

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