Html Css Color HEX #F1428C Violet Red

📋 copy color: '#F1428C'

red 241 ◦ green 66 ◦ blue 140

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

Shades of Violet Red #F1428C

Tints of Violet Red #F1428C

RGB

 RED value IS 241 (94.53% from 255) = 53.91%

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

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

R = 53.91%
G = 14.77%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1428C (or 0xF1428C) is known color: Violet Red. HEX triplet: F1, 42 and 8C. RGB value is (241,66,140). Sum of RGB (Red+Green+Blue) = 241+66+140=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F1428C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1428C is #0EBD73. Grayscale: #7E7E7E. Windows color (decimal): -966004 or 9192177. OLE color: 9192177.

HSL color Cylindrical-coordinate representation of color #F1428C: hue angle of 334.63º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1428C is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 66 140 -
CMYK 0 0.73 0.42 0.05
HSL 334.63º 0.86% 0.6% -
HSV(B) 334.63º 0.73% 0.95% -
XYZ 42.96 24.49 27.27 -
YUV 126.76 135.48 209.48 -
System Red Green Blue C M Y K H S L
Decimal 241 66 140 0 0.73 0.42 0.05 334.63 0.86 0.6
Hex F1 42 8C 0 49 2A 5 14F 56 3C
Octal 361 102 214 0 111 52 5 517 126 74
Binary 11110001 1000010 10001100 0 1001001 101010 101 101001111 1010110 111100

Color Harmonies of #F1428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1428C

Black with #F1428C

Text Example


Text Example

White with #F1428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1428C; }

 p { color: rgb(241,66,140); }

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

background-color css

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

 a { background-color: rgb(241,66,140); }

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

border-color css

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

 span { border-color: rgb(241,66,140); }

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