Html Css Color HEX #F04694 Violet Red

📋 copy color: '#F04694'

red 240 ◦ green 70 ◦ blue 148

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

Shades of Violet Red #F04694

Tints of Violet Red #F04694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.31%

R = 52.4%
G = 15.28%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F04694 (or 0xF04694) is known color: Violet Red. HEX triplet: F0, 46 and 94. RGB value is (240,70,148). Sum of RGB (Red+Green+Blue) = 240+70+148=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F04694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04694 is #0FB96B. Grayscale: #818181. Windows color (decimal): -1030508 or 9717488. OLE color: 9717488.

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

Color convert

RGB 240 70 148 -
CMYK 0 0.71 0.38 0.06
HSL 332.47º 0.85% 0.61% -
HSV(B) 332.47º 0.71% 0.94% -
XYZ 43.47 25.04 30.56 -
YUV 129.72 138.32 206.66 -
System Red Green Blue C M Y K H S L
Decimal 240 70 148 0 0.71 0.38 0.06 332.47 0.85 0.61
Hex F0 46 94 0 47 26 6 14C 55 3D
Octal 360 106 224 0 107 46 6 514 125 75
Binary 11110000 1000110 10010100 0 1000111 100110 110 101001100 1010101 111101

Color Harmonies of #F04694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04694

Black with #F04694

Text Example


Text Example

White with #F04694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04694; }

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

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

background-color css

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

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

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

border-color css

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

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

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