Html Css Color HEX #F0427B Violet Red

📋 copy color: '#F0427B'

red 240 ◦ green 66 ◦ blue 123

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

Shades of Violet Red #F0427B

Tints of Violet Red #F0427B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.38%

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

R = 55.94%
G = 15.38%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0427B (or 0xF0427B) is known color: Violet Red. HEX triplet: F0, 42 and 7B. RGB value is (240,66,123). Sum of RGB (Red+Green+Blue) = 240+66+123=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F0427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0427B is #0FBD84. Grayscale: #7C7C7C. Windows color (decimal): -1031557 or 8078064. OLE color: 8078064.

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

Color convert

RGB 240 66 123 -
CMYK 0 0.72 0.49 0.06
HSL 340.34º 0.85% 0.6% -
HSV(B) 340.34º 0.73% 0.94% -
XYZ 41.46 23.85 21.16 -
YUV 124.52 127.15 210.37 -
System Red Green Blue C M Y K H S L
Decimal 240 66 123 0 0.72 0.49 0.06 340.34 0.85 0.6
Hex F0 42 7B 0 48 31 6 154 55 3C
Octal 360 102 173 0 110 61 6 524 125 74
Binary 11110000 1000010 1111011 0 1001000 110001 110 101010100 1010101 111100

Color Harmonies of #F0427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0427B

Black with #F0427B

Text Example


Text Example

White with #F0427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0427B; }

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

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

background-color css

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

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

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

border-color css

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

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

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