Html Css Color HEX #F04495 Violet Red

📋 copy color: '#F04495'

red 240 ◦ green 68 ◦ blue 149

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

Shades of Violet Red #F04495

Tints of Violet Red #F04495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.88%

 BLUE value IS 149 (58.59% from 255) = 32.6%

R = 52.52%
G = 14.88%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F04495 (or 0xF04495) is known color: Violet Red. HEX triplet: F0, 44 and 95. RGB value is (240,68,149). Sum of RGB (Red+Green+Blue) = 240+68+149=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F04495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04495 is #0FBB6A. Grayscale: #808080. Windows color (decimal): -1031019 or 9782512. OLE color: 9782512.

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

Color convert

RGB 240 68 149 -
CMYK 0 0.72 0.38 0.06
HSL 331.74º 0.85% 0.6% -
HSV(B) 331.74º 0.72% 0.94% -
XYZ 43.43 24.83 30.94 -
YUV 128.66 139.48 207.41 -
System Red Green Blue C M Y K H S L
Decimal 240 68 149 0 0.72 0.38 0.06 331.74 0.85 0.6
Hex F0 44 95 0 48 26 6 14C 55 3C
Octal 360 104 225 0 110 46 6 514 125 74
Binary 11110000 1000100 10010101 0 1001000 100110 110 101001100 1010101 111100

Color Harmonies of #F04495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04495

Black with #F04495

Text Example


Text Example

White with #F04495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04495; }

 p { color: rgb(240,68,149); }

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

background-color css

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

 a { background-color: rgb(240,68,149); }

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

border-color css

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

 span { border-color: rgb(240,68,149); }

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