Html Css Color HEX #F04198 Violet Red

📋 copy color: '#F04198'

red 240 ◦ green 65 ◦ blue 152

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

Shades of Violet Red #F04198

Tints of Violet Red #F04198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.26%

R = 52.52%
G = 14.22%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F04198 (or 0xF04198) is known color: Violet Red. HEX triplet: F0, 41 and 98. RGB value is (240,65,152). Sum of RGB (Red+Green+Blue) = 240+65+152=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F04198 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04198 is #0FBE67. Grayscale: #7F7F7F. Windows color (decimal): -1031784 or 9978352. OLE color: 9978352.

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

Color convert

RGB 240 65 152 -
CMYK 0 0.73 0.37 0.06
HSL 330.17º 0.85% 0.6% -
HSV(B) 330.17º 0.73% 0.94% -
XYZ 43.49 24.57 32.16 -
YUV 127.24 141.98 208.43 -
System Red Green Blue C M Y K H S L
Decimal 240 65 152 0 0.73 0.37 0.06 330.17 0.85 0.6
Hex F0 41 98 0 49 25 6 14A 55 3C
Octal 360 101 230 0 111 45 6 512 125 74
Binary 11110000 1000001 10011000 0 1001001 100101 110 101001010 1010101 111100

Color Harmonies of #F04198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04198

Black with #F04198

Text Example


Text Example

White with #F04198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04198; }

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

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

background-color css

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

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

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

border-color css

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

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

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