Html Css Color HEX #F7467F Violet Red

📋 copy color: '#F7467F'

red 247 ◦ green 70 ◦ blue 127

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

Shades of Violet Red #F7467F

Tints of Violet Red #F7467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.77%

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

R = 55.63%
G = 15.77%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7467F (or 0xF7467F) is known color: Violet Red. HEX triplet: F7, 46 and 7F. RGB value is (247,70,127). Sum of RGB (Red+Green+Blue) = 247+70+127=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F7467F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7467F is #08B980. Grayscale: #818181. Windows color (decimal): -571777 or 8341239. OLE color: 8341239.

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

Color convert

RGB 247 70 127 -
CMYK 0 0.72 0.49 0.03
HSL 340.68º 0.92% 0.62% -
HSV(B) 340.68º 0.72% 0.97% -
XYZ 44.38 25.69 22.7 -
YUV 129.42 126.64 211.87 -
System Red Green Blue C M Y K H S L
Decimal 247 70 127 0 0.72 0.49 0.03 340.68 0.92 0.62
Hex F7 46 7F 0 48 31 3 155 5C 3E
Octal 367 106 177 0 110 61 3 525 134 76
Binary 11110111 1000110 1111111 0 1001000 110001 11 101010101 1011100 111110

Color Harmonies of #F7467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7467F

Black with #F7467F

Text Example


Text Example

White with #F7467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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