Html Css Color HEX #F03B7D Violet Red

📋 copy color: '#F03B7D'

red 240 ◦ green 59 ◦ blue 125

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

Shades of Violet Red #F03B7D

Tints of Violet Red #F03B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.48%

R = 56.6%
G = 13.92%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F03B7D (or 0xF03B7D) is known color: Violet Red. HEX triplet: F0, 3B and 7D. RGB value is (240,59,125). Sum of RGB (Red+Green+Blue) = 240+59+125=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03B7D is #0FC482. Grayscale: #787878. Windows color (decimal): -1033347 or 8207344. OLE color: 8207344.

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

Color convert

RGB 240 59 125 -
CMYK 0 0.75 0.48 0.06
HSL 338.12º 0.86% 0.59% -
HSV(B) 338.12º 0.75% 0.94% -
XYZ 41.2 23.13 21.7 -
YUV 120.64 130.47 213.13 -
System Red Green Blue C M Y K H S L
Decimal 240 59 125 0 0.75 0.48 0.06 338.12 0.86 0.59
Hex F0 3B 7D 0 4B 30 6 152 56 3B
Octal 360 73 175 0 113 60 6 522 126 73
Binary 11110000 111011 1111101 0 1001011 110000 110 101010010 1010110 111011

Color Harmonies of #F03B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03B7D

Black with #F03B7D

Text Example


Text Example

White with #F03B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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