Html Css Color HEX #F1428D Violet Red

📋 copy color: '#F1428D'

red 241 ◦ green 66 ◦ blue 141

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

Shades of Violet Red #F1428D

Tints of Violet Red #F1428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.47%

R = 53.79%
G = 14.73%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1428D (or 0xF1428D) is known color: Violet Red. HEX triplet: F1, 42 and 8D. RGB value is (241,66,141). Sum of RGB (Red+Green+Blue) = 241+66+141=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1428D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1428D is #0EBD72. Grayscale: #7E7E7E. Windows color (decimal): -966003 or 9257713. OLE color: 9257713.

HSL color Cylindrical-coordinate representation of color #F1428D: hue angle of 334.29º 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 #F1428D is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 66 141 -
CMYK 0 0.73 0.41 0.05
HSL 334.29º 0.86% 0.6% -
HSV(B) 334.29º 0.73% 0.95% -
XYZ 43.03 24.52 27.66 -
YUV 126.88 135.98 209.4 -
System Red Green Blue C M Y K H S L
Decimal 241 66 141 0 0.73 0.41 0.05 334.29 0.86 0.6
Hex F1 42 8D 0 49 29 5 14E 56 3C
Octal 361 102 215 0 111 51 5 516 126 74
Binary 11110001 1000010 10001101 0 1001001 101001 101 101001110 1010110 111100

Color Harmonies of #F1428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1428D

Black with #F1428D

Text Example


Text Example

White with #F1428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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