Html Css Color HEX #F04398 Violet Red

📋 copy color: '#F04398'

red 240 ◦ green 67 ◦ blue 152

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

Shades of Violet Red #F04398

Tints of Violet Red #F04398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.6%

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

R = 52.29%
G = 14.6%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F04398 (or 0xF04398) is known color: Violet Red. HEX triplet: F0, 43 and 98. RGB value is (240,67,152). Sum of RGB (Red+Green+Blue) = 240+67+152=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F04398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04398 is #0FBC67. Grayscale: #808080. Windows color (decimal): -1031272 or 9978864. OLE color: 9978864.

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

Color convert

RGB 240 67 152 -
CMYK 0 0.72 0.37 0.06
HSL 330.52º 0.85% 0.6% -
HSV(B) 330.52º 0.72% 0.94% -
XYZ 43.61 24.81 32.2 -
YUV 128.42 141.31 207.59 -
System Red Green Blue C M Y K H S L
Decimal 240 67 152 0 0.72 0.37 0.06 330.52 0.85 0.6
Hex F0 43 98 0 48 25 6 14B 55 3C
Octal 360 103 230 0 110 45 6 513 125 74
Binary 11110000 1000011 10011000 0 1001000 100101 110 101001011 1010101 111100

Color Harmonies of #F04398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04398

Black with #F04398

Text Example


Text Example

White with #F04398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04398; }

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

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

background-color css

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

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

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

border-color css

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

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

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