Html Css Color HEX #F03B8C Violet Red

📋 copy color: '#F03B8C'

red 240 ◦ green 59 ◦ blue 140

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

Shades of Violet Red #F03B8C

Tints of Violet Red #F03B8C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.44%

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

R = 54.67%
G = 13.44%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F03B8C (or 0xF03B8C) is known color: Violet Red. HEX triplet: F0, 3B and 8C. RGB value is (240,59,140). Sum of RGB (Red+Green+Blue) = 240+59+140=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03B8C is #0FC473. Grayscale: #7A7A7A. Windows color (decimal): -1033332 or 9190384. OLE color: 9190384.

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

Color convert

RGB 240 59 140 -
CMYK 0 0.75 0.42 0.06
HSL 333.15º 0.86% 0.59% -
HSV(B) 333.15º 0.75% 0.94% -
XYZ 42.23 23.55 27.13 -
YUV 122.35 137.97 211.91 -
System Red Green Blue C M Y K H S L
Decimal 240 59 140 0 0.75 0.42 0.06 333.15 0.86 0.59
Hex F0 3B 8C 0 4B 2A 6 14D 56 3B
Octal 360 73 214 0 113 52 6 515 126 73
Binary 11110000 111011 10001100 0 1001011 101010 110 101001101 1010110 111011

Color Harmonies of #F03B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03B8C

Black with #F03B8C

Text Example


Text Example

White with #F03B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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