Html Css Color HEX #F0417B Violet Red

📋 copy color: '#F0417B'

red 240 ◦ green 65 ◦ blue 123

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

Shades of Violet Red #F0417B

Tints of Violet Red #F0417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.19%

 BLUE value IS 123 (48.44% from 255) = 28.74%

R = 56.07%
G = 15.19%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0417B (or 0xF0417B) is known color: Violet Red. HEX triplet: F0, 41 and 7B. RGB value is (240,65,123). Sum of RGB (Red+Green+Blue) = 240+65+123=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0417B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0417B is #0FBE84. Grayscale: #7B7B7B. Windows color (decimal): -1031813 or 8077808. OLE color: 8077808.

HSL color Cylindrical-coordinate representation of color #F0417B: hue angle of 340.11º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0417B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 123 -
CMYK 0 0.73 0.49 0.06
HSL 340.11º 0.85% 0.6% -
HSV(B) 340.11º 0.73% 0.94% -
XYZ 41.4 23.74 21.14 -
YUV 123.94 127.48 210.78 -
System Red Green Blue C M Y K H S L
Decimal 240 65 123 0 0.73 0.49 0.06 340.11 0.85 0.6
Hex F0 41 7B 0 49 31 6 154 55 3C
Octal 360 101 173 0 111 61 6 524 125 74
Binary 11110000 1000001 1111011 0 1001001 110001 110 101010100 1010101 111100

Color Harmonies of #F0417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0417B

Black with #F0417B

Text Example


Text Example

White with #F0417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0417B; }

 p { color: rgb(240,65,123); }

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

background-color css

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

 a { background-color: rgb(240,65,123); }

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

border-color css

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

 span { border-color: rgb(240,65,123); }

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