Html Css Color HEX #F0388C Violet Red

📋 copy color: '#F0388C'

red 240 ◦ green 56 ◦ blue 140

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

Shades of Violet Red #F0388C

Tints of Violet Red #F0388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.84%

 BLUE value IS 140 (55.08% from 255) = 32.11%

R = 55.05%
G = 12.84%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0388C (or 0xF0388C) is known color: Violet Red. HEX triplet: F0, 38 and 8C. RGB value is (240,56,140). Sum of RGB (Red+Green+Blue) = 240+56+140=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0388C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0388C is #0FC773. Grayscale: #787878. Windows color (decimal): -1034100 or 9189616. OLE color: 9189616.

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

Color convert

RGB 240 56 140 -
CMYK 0 0.77 0.42 0.06
HSL 332.61º 0.86% 0.58% -
HSV(B) 332.61º 0.77% 0.94% -
XYZ 42.08 23.25 27.08 -
YUV 120.59 138.96 213.17 -
System Red Green Blue C M Y K H S L
Decimal 240 56 140 0 0.77 0.42 0.06 332.61 0.86 0.58
Hex F0 38 8C 0 4D 2A 6 14D 56 3A
Octal 360 70 214 0 115 52 6 515 126 72
Binary 11110000 111000 10001100 0 1001101 101010 110 101001101 1010110 111010

Color Harmonies of #F0388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0388C

Black with #F0388C

Text Example


Text Example

White with #F0388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0388C; }

 p { color: rgb(240,56,140); }

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

background-color css

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

 a { background-color: rgb(240,56,140); }

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

border-color css

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

 span { border-color: rgb(240,56,140); }

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