Html Css Color HEX #F0407F Violet Red

📋 copy color: '#F0407F'

red 240 ◦ green 64 ◦ blue 127

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

Shades of Violet Red #F0407F

Tints of Violet Red #F0407F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.85%

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

R = 55.68%
G = 14.85%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0407F (or 0xF0407F) is known color: Violet Red. HEX triplet: F0, 40 and 7F. RGB value is (240,64,127). Sum of RGB (Red+Green+Blue) = 240+64+127=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0407F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0407F is #0FBF80. Grayscale: #7B7B7B. Windows color (decimal): -1032065 or 8339696. OLE color: 8339696.

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

Color convert

RGB 240 64 127 -
CMYK 0 0.73 0.47 0.06
HSL 338.52º 0.85% 0.6% -
HSV(B) 338.52º 0.73% 0.94% -
XYZ 41.6 23.72 22.47 -
YUV 123.81 129.81 210.88 -
System Red Green Blue C M Y K H S L
Decimal 240 64 127 0 0.73 0.47 0.06 338.52 0.85 0.6
Hex F0 40 7F 0 49 2F 6 153 55 3C
Octal 360 100 177 0 111 57 6 523 125 74
Binary 11110000 1000000 1111111 0 1001001 101111 110 101010011 1010101 111100

Color Harmonies of #F0407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0407F

Black with #F0407F

Text Example


Text Example

White with #F0407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0407F; }

 p { color: rgb(240,64,127); }

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

background-color css

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

 a { background-color: rgb(240,64,127); }

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

border-color css

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

 span { border-color: rgb(240,64,127); }

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