Html Css Color HEX #F04497 Violet Red

📋 copy color: '#F04497'

red 240 ◦ green 68 ◦ blue 151

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

Shades of Violet Red #F04497

Tints of Violet Red #F04497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.9%

R = 52.29%
G = 14.81%
B = 32.9%

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

#F04497 (or 0xF04497) is known color: Violet Red. HEX triplet: F0, 44 and 97. RGB value is (240,68,151). Sum of RGB (Red+Green+Blue) = 240+68+151=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F04497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04497 is #0FBB68. Grayscale: #808080. Windows color (decimal): -1031017 or 9913584. OLE color: 9913584.

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

Color convert

RGB 240 68 151 -
CMYK 0 0.72 0.37 0.06
HSL 331.05º 0.85% 0.6% -
HSV(B) 331.05º 0.72% 0.94% -
XYZ 43.59 24.89 31.79 -
YUV 128.89 140.48 207.25 -
System Red Green Blue C M Y K H S L
Decimal 240 68 151 0 0.72 0.37 0.06 331.05 0.85 0.6
Hex F0 44 97 0 48 25 6 14B 55 3C
Octal 360 104 227 0 110 45 6 513 125 74
Binary 11110000 1000100 10010111 0 1001000 100101 110 101001011 1010101 111100

Color Harmonies of #F04497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04497

Black with #F04497

Text Example


Text Example

White with #F04497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04497; }

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

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

background-color css

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

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

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

border-color css

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

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

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