Html Css Color HEX #F0358B Violet Red

📋 copy color: '#F0358B'

red 240 ◦ green 53 ◦ blue 139

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

Shades of Violet Red #F0358B

Tints of Violet Red #F0358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.27%

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

R = 55.56%
G = 12.27%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0358B (or 0xF0358B) is known color: Violet Red. HEX triplet: F0, 35 and 8B. RGB value is (240,53,139). Sum of RGB (Red+Green+Blue) = 240+53+139=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0358B is #0FCA74. Grayscale: #767676. Windows color (decimal): -1034869 or 9123312. OLE color: 9123312.

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

Color convert

RGB 240 53 139 -
CMYK 0 0.78 0.42 0.06
HSL 332.41º 0.86% 0.57% -
HSV(B) 332.41º 0.78% 0.94% -
XYZ 41.87 22.94 26.65 -
YUV 118.72 139.45 214.51 -
System Red Green Blue C M Y K H S L
Decimal 240 53 139 0 0.78 0.42 0.06 332.41 0.86 0.57
Hex F0 35 8B 0 4E 2A 6 14C 56 39
Octal 360 65 213 0 116 52 6 514 126 71
Binary 11110000 110101 10001011 0 1001110 101010 110 101001100 1010110 111001

Color Harmonies of #F0358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0358B

Black with #F0358B

Text Example


Text Example

White with #F0358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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