Html Css Color HEX #F0417D Violet Red

📋 copy color: '#F0417D'

red 240 ◦ green 65 ◦ blue 125

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

Shades of Violet Red #F0417D

Tints of Violet Red #F0417D

RGB

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

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

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

R = 55.81%
G = 15.12%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0417D (or 0xF0417D) is known color: Violet Red. HEX triplet: F0, 41 and 7D. RGB value is (240,65,125). Sum of RGB (Red+Green+Blue) = 240+65+125=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0417D is #0FBE82. Grayscale: #7C7C7C. Windows color (decimal): -1031811 or 8208880. OLE color: 8208880.

HSL color Cylindrical-coordinate representation of color #F0417D: hue angle of 339.43º 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 #F0417D is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 125 -
CMYK 0 0.73 0.48 0.06
HSL 339.43º 0.85% 0.6% -
HSV(B) 339.43º 0.73% 0.94% -
XYZ 41.53 23.79 21.8 -
YUV 124.17 128.48 210.62 -
System Red Green Blue C M Y K H S L
Decimal 240 65 125 0 0.73 0.48 0.06 339.43 0.85 0.6
Hex F0 41 7D 0 49 30 6 153 55 3C
Octal 360 101 175 0 111 60 6 523 125 74
Binary 11110000 1000001 1111101 0 1001001 110000 110 101010011 1010101 111100

Color Harmonies of #F0417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0417D

Black with #F0417D

Text Example


Text Example

White with #F0417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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