Html Css Color HEX #F0417A Violet Red

📋 copy color: '#F0417A'

red 240 ◦ green 65 ◦ blue 122

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

Shades of Violet Red #F0417A

Tints of Violet Red #F0417A

RGB

 RED value IS 240 (94.14% from 255) = 56.21%

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

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

R = 56.21%
G = 15.22%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0417A (or 0xF0417A) is known color: Violet Red. HEX triplet: F0, 41 and 7A. RGB value is (240,65,122). Sum of RGB (Red+Green+Blue) = 240+65+122=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F0417A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0417A is #0FBE85. Grayscale: #7B7B7B. Windows color (decimal): -1031814 or 8012272. OLE color: 8012272.

HSL color Cylindrical-coordinate representation of color #F0417A: hue angle of 340.46º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0417A is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 122 -
CMYK 0 0.73 0.49 0.06
HSL 340.46º 0.85% 0.6% -
HSV(B) 340.46º 0.73% 0.94% -
XYZ 41.34 23.71 20.81 -
YUV 123.82 126.98 210.87 -
System Red Green Blue C M Y K H S L
Decimal 240 65 122 0 0.73 0.49 0.06 340.46 0.85 0.6
Hex F0 41 7A 0 49 31 6 154 55 3C
Octal 360 101 172 0 111 61 6 524 125 74
Binary 11110000 1000001 1111010 0 1001001 110001 110 101010100 1010101 111100

Color Harmonies of #F0417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0417A

Black with #F0417A

Text Example


Text Example

White with #F0417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0417A; }

 p { color: rgb(240,65,122); }

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

background-color css

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

 a { background-color: rgb(240,65,122); }

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

border-color css

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

 span { border-color: rgb(240,65,122); }

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