Html Css Color HEX #F1427E Violet Red

📋 copy color: '#F1427E'

red 241 ◦ green 66 ◦ blue 126

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

Shades of Violet Red #F1427E

Tints of Violet Red #F1427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 55.66%
G = 15.24%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1427E (or 0xF1427E) is known color: Violet Red. HEX triplet: F1, 42 and 7E. RGB value is (241,66,126). Sum of RGB (Red+Green+Blue) = 241+66+126=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1427E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1427E is #0EBD81. Grayscale: #7D7D7D. Windows color (decimal): -966018 or 8274673. OLE color: 8274673.

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

Color convert

RGB 241 66 126 -
CMYK 0 0.73 0.48 0.05
HSL 339.43º 0.86% 0.6% -
HSV(B) 339.43º 0.73% 0.95% -
XYZ 41.99 24.1 22.18 -
YUV 125.17 128.48 210.62 -
System Red Green Blue C M Y K H S L
Decimal 241 66 126 0 0.73 0.48 0.05 339.43 0.86 0.6
Hex F1 42 7E 0 49 30 5 153 56 3C
Octal 361 102 176 0 111 60 5 523 126 74
Binary 11110001 1000010 1111110 0 1001001 110000 101 101010011 1010110 111100

Color Harmonies of #F1427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1427E

Black with #F1427E

Text Example


Text Example

White with #F1427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1427E; }

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

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

background-color css

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

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

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

border-color css

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

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

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