Html Css Color HEX #F04895 Violet Red

📋 copy color: '#F04895'

red 240 ◦ green 72 ◦ blue 149

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

Shades of Violet Red #F04895

Tints of Violet Red #F04895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.62%

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

R = 52.06%
G = 15.62%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F04895 (or 0xF04895) is known color: Violet Red. HEX triplet: F0, 48 and 95. RGB value is (240,72,149). Sum of RGB (Red+Green+Blue) = 240+72+149=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F04895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04895 is #0FB76A. Grayscale: #828282. Windows color (decimal): -1029995 or 9783536. OLE color: 9783536.

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

Color convert

RGB 240 72 149 -
CMYK 0 0.7 0.38 0.06
HSL 332.5º 0.85% 0.61% -
HSV(B) 332.5º 0.7% 0.94% -
XYZ 43.68 25.33 31.02 -
YUV 131.01 138.16 205.74 -
System Red Green Blue C M Y K H S L
Decimal 240 72 149 0 0.7 0.38 0.06 332.5 0.85 0.61
Hex F0 48 95 0 46 26 6 14C 55 3D
Octal 360 110 225 0 106 46 6 514 125 75
Binary 11110000 1001000 10010101 0 1000110 100110 110 101001100 1010101 111101

Color Harmonies of #F04895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04895

Black with #F04895

Text Example


Text Example

White with #F04895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04895; }

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

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

background-color css

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

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

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

border-color css

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

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

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