Html Css Color HEX #F0468E Violet Red

📋 copy color: '#F0468E'

red 240 ◦ green 70 ◦ blue 142

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

Shades of Violet Red #F0468E

Tints of Violet Red #F0468E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.49%

 BLUE value IS 142 (55.86% from 255) = 31.42%

R = 53.1%
G = 15.49%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0468E (or 0xF0468E) is known color: Violet Red. HEX triplet: F0, 46 and 8E. RGB value is (240,70,142). Sum of RGB (Red+Green+Blue) = 240+70+142=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0468E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0468E is #0FB971. Grayscale: #808080. Windows color (decimal): -1030514 or 9324272. OLE color: 9324272.

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

Color convert

RGB 240 70 142 -
CMYK 0 0.71 0.41 0.06
HSL 334.59º 0.85% 0.61% -
HSV(B) 334.59º 0.71% 0.94% -
XYZ 43.01 24.86 28.12 -
YUV 129.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 240 70 142 0 0.71 0.41 0.06 334.59 0.85 0.61
Hex F0 46 8E 0 47 29 6 14F 55 3D
Octal 360 106 216 0 107 51 6 517 125 75
Binary 11110000 1000110 10001110 0 1000111 101001 110 101001111 1010101 111101

Color Harmonies of #F0468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0468E

Black with #F0468E

Text Example


Text Example

White with #F0468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0468E; }

 p { color: rgb(240,70,142); }

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

background-color css

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

 a { background-color: rgb(240,70,142); }

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

border-color css

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

 span { border-color: rgb(240,70,142); }

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