Html Css Color HEX #F7427A Violet Red

📋 copy color: '#F7427A'

red 247 ◦ green 66 ◦ blue 122

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

Shades of Violet Red #F7427A

Tints of Violet Red #F7427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.05%

R = 56.78%
G = 15.17%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F7427A (or 0xF7427A) is known color: Violet Red. HEX triplet: F7, 42 and 7A. RGB value is (247,66,122). Sum of RGB (Red+Green+Blue) = 247+66+122=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F7427A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7427A is #08BD85. Grayscale: #7E7E7E. Windows color (decimal): -572806 or 8012535. OLE color: 8012535.

HSL color Cylindrical-coordinate representation of color #F7427A: hue angle of 341.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 #F7427A is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 66 122 -
CMYK 0 0.73 0.51 0.03
HSL 341.44º 0.92% 0.61% -
HSV(B) 341.44º 0.73% 0.97% -
XYZ 43.82 25.08 20.94 -
YUV 126.5 125.47 213.95 -
System Red Green Blue C M Y K H S L
Decimal 247 66 122 0 0.73 0.51 0.03 341.44 0.92 0.61
Hex F7 42 7A 0 49 33 3 155 5C 3D
Octal 367 102 172 0 111 63 3 525 134 75
Binary 11110111 1000010 1111010 0 1001001 110011 11 101010101 1011100 111101

Color Harmonies of #F7427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7427A

Black with #F7427A

Text Example


Text Example

White with #F7427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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