Html Css Color HEX #F7427D Violet Red

📋 copy color: '#F7427D'

red 247 ◦ green 66 ◦ blue 125

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

Shades of Violet Red #F7427D

Tints of Violet Red #F7427D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.07%

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

R = 56.39%
G = 15.07%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7427D (or 0xF7427D) is known color: Violet Red. HEX triplet: F7, 42 and 7D. RGB value is (247,66,125). Sum of RGB (Red+Green+Blue) = 247+66+125=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F7427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7427D is #08BD82. Grayscale: #7E7E7E. Windows color (decimal): -572803 or 8209143. OLE color: 8209143.

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

Color convert

RGB 247 66 125 -
CMYK 0 0.73 0.49 0.03
HSL 340.44º 0.92% 0.61% -
HSV(B) 340.44º 0.73% 0.97% -
XYZ 44.01 25.15 21.94 -
YUV 126.85 126.97 213.7 -
System Red Green Blue C M Y K H S L
Decimal 247 66 125 0 0.73 0.49 0.03 340.44 0.92 0.61
Hex F7 42 7D 0 49 31 3 154 5C 3D
Octal 367 102 175 0 111 61 3 524 134 75
Binary 11110111 1000010 1111101 0 1001001 110001 11 101010100 1011100 111101

Color Harmonies of #F7427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7427D

Black with #F7427D

Text Example


Text Example

White with #F7427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7427D; }

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

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

background-color css

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

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

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

border-color css

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

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

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