Html Css Color HEX #F0377F Violet Red

📋 copy color: '#F0377F'

red 240 ◦ green 55 ◦ blue 127

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

Shades of Violet Red #F0377F

Tints of Violet Red #F0377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.03%

 BLUE value IS 127 (50% from 255) = 30.09%

R = 56.87%
G = 13.03%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0377F (or 0xF0377F) is known color: Violet Red. HEX triplet: F0, 37 and 7F. RGB value is (240,55,127). Sum of RGB (Red+Green+Blue) = 240+55+127=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0377F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0377F is #0FC880. Grayscale: #767676. Windows color (decimal): -1034369 or 8337392. OLE color: 8337392.

HSL color Cylindrical-coordinate representation of color #F0377F: hue angle of 336.65º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0377F is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 55 127 -
CMYK 0 0.77 0.47 0.06
HSL 336.65º 0.86% 0.58% -
HSV(B) 336.65º 0.77% 0.94% -
XYZ 41.13 22.79 22.31 -
YUV 118.52 132.79 214.65 -
System Red Green Blue C M Y K H S L
Decimal 240 55 127 0 0.77 0.47 0.06 336.65 0.86 0.58
Hex F0 37 7F 0 4D 2F 6 151 56 3A
Octal 360 67 177 0 115 57 6 521 126 72
Binary 11110000 110111 1111111 0 1001101 101111 110 101010001 1010110 111010

Color Harmonies of #F0377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0377F

Black with #F0377F

Text Example


Text Example

White with #F0377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0377F; }

 p { color: rgb(240,55,127); }

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

background-color css

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

 a { background-color: rgb(240,55,127); }

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

border-color css

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

 span { border-color: rgb(240,55,127); }

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