Html Css Color HEX #F04278 Violet Red

📋 copy color: '#F04278'

red 240 ◦ green 66 ◦ blue 120

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

Shades of Violet Red #F04278

Tints of Violet Red #F04278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.49%

 BLUE value IS 120 (47.27% from 255) = 28.17%

R = 56.34%
G = 15.49%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F04278 (or 0xF04278) is known color: Violet Red. HEX triplet: F0, 42 and 78. RGB value is (240,66,120). Sum of RGB (Red+Green+Blue) = 240+66+120=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F04278 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04278 is #0FBD87. Grayscale: #7C7C7C. Windows color (decimal): -1031560 or 7881456. OLE color: 7881456.

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

Color convert

RGB 240 66 120 -
CMYK 0 0.72 0.5 0.06
HSL 341.38º 0.85% 0.6% -
HSV(B) 341.38º 0.73% 0.94% -
XYZ 41.27 23.78 20.18 -
YUV 124.18 125.65 210.61 -
System Red Green Blue C M Y K H S L
Decimal 240 66 120 0 0.72 0.5 0.06 341.38 0.85 0.6
Hex F0 42 78 0 48 32 6 155 55 3C
Octal 360 102 170 0 110 62 6 525 125 74
Binary 11110000 1000010 1111000 0 1001000 110010 110 101010101 1010101 111100

Color Harmonies of #F04278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04278

Black with #F04278

Text Example


Text Example

White with #F04278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04278; }

 p { color: rgb(240,66,120); }

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

background-color css

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

 a { background-color: rgb(240,66,120); }

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

border-color css

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

 span { border-color: rgb(240,66,120); }

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