Html Css Color HEX #F0388B Violet Red

📋 copy color: '#F0388B'

red 240 ◦ green 56 ◦ blue 139

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

Shades of Violet Red #F0388B

Tints of Violet Red #F0388B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.95%

R = 55.17%
G = 12.87%
B = 31.95%

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

#F0388B (or 0xF0388B) is known color: Violet Red. HEX triplet: F0, 38 and 8B. RGB value is (240,56,139). Sum of RGB (Red+Green+Blue) = 240+56+139=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0388B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0388B is #0FC774. Grayscale: #787878. Windows color (decimal): -1034101 or 9124080. OLE color: 9124080.

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

Color convert

RGB 240 56 139 -
CMYK 0 0.77 0.42 0.06
HSL 332.93º 0.86% 0.58% -
HSV(B) 332.93º 0.77% 0.94% -
XYZ 42.01 23.22 26.69 -
YUV 120.48 138.46 213.25 -
System Red Green Blue C M Y K H S L
Decimal 240 56 139 0 0.77 0.42 0.06 332.93 0.86 0.58
Hex F0 38 8B 0 4D 2A 6 14D 56 3A
Octal 360 70 213 0 115 52 6 515 126 72
Binary 11110000 111000 10001011 0 1001101 101010 110 101001101 1010110 111010

Color Harmonies of #F0388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0388B

Black with #F0388B

Text Example


Text Example

White with #F0388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0388B; }

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

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

background-color css

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

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

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

border-color css

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

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

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