Html Css Color HEX #F1428B Violet Red

📋 copy color: '#F1428B'

red 241 ◦ green 66 ◦ blue 139

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

Shades of Violet Red #F1428B

Tints of Violet Red #F1428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.17%

R = 54.04%
G = 14.8%
B = 31.17%

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

#F1428B (or 0xF1428B) is known color: Violet Red. HEX triplet: F1, 42 and 8B. RGB value is (241,66,139). Sum of RGB (Red+Green+Blue) = 241+66+139=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F1428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1428B is #0EBD74. Grayscale: #7E7E7E. Windows color (decimal): -966005 or 9126641. OLE color: 9126641.

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

Color convert

RGB 241 66 139 -
CMYK 0 0.73 0.42 0.05
HSL 334.97º 0.86% 0.6% -
HSV(B) 334.97º 0.73% 0.95% -
XYZ 42.88 24.46 26.89 -
YUV 126.65 134.98 209.56 -
System Red Green Blue C M Y K H S L
Decimal 241 66 139 0 0.73 0.42 0.05 334.97 0.86 0.6
Hex F1 42 8B 0 49 2A 5 14F 56 3C
Octal 361 102 213 0 111 52 5 517 126 74
Binary 11110001 1000010 10001011 0 1001001 101010 101 101001111 1010110 111100

Color Harmonies of #F1428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1428B

Black with #F1428B

Text Example


Text Example

White with #F1428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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