Html Css Color HEX #F04081 Violet Red

📋 copy color: '#F04081'

red 240 ◦ green 64 ◦ blue 129

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

Shades of Violet Red #F04081

Tints of Violet Red #F04081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.78%

 BLUE value IS 129 (50.78% from 255) = 29.79%

R = 55.43%
G = 14.78%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F04081 (or 0xF04081) is known color: Violet Red. HEX triplet: F0, 40 and 81. RGB value is (240,64,129). Sum of RGB (Red+Green+Blue) = 240+64+129=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F04081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04081 is #0FBF7E. Grayscale: #7B7B7B. Windows color (decimal): -1032063 or 8470768. OLE color: 8470768.

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

Color convert

RGB 240 64 129 -
CMYK 0 0.73 0.46 0.06
HSL 337.84º 0.85% 0.6% -
HSV(B) 337.84º 0.73% 0.94% -
XYZ 41.73 23.78 23.16 -
YUV 124.03 130.81 210.71 -
System Red Green Blue C M Y K H S L
Decimal 240 64 129 0 0.73 0.46 0.06 337.84 0.85 0.6
Hex F0 40 81 0 49 2E 6 152 55 3C
Octal 360 100 201 0 111 56 6 522 125 74
Binary 11110000 1000000 10000001 0 1001001 101110 110 101010010 1010101 111100

Color Harmonies of #F04081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04081

Black with #F04081

Text Example


Text Example

White with #F04081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04081; }

 p { color: rgb(240,64,129); }

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

background-color css

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

 a { background-color: rgb(240,64,129); }

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

border-color css

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

 span { border-color: rgb(240,64,129); }

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