Html Css Color HEX #F1417F Violet Red

📋 copy color: '#F1417F'

red 241 ◦ green 65 ◦ blue 127

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

Shades of Violet Red #F1417F

Tints of Violet Red #F1417F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.01%

 BLUE value IS 127 (50% from 255) = 29.33%

R = 55.66%
G = 15.01%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1417F (or 0xF1417F) is known color: Violet Red. HEX triplet: F1, 41 and 7F. RGB value is (241,65,127). Sum of RGB (Red+Green+Blue) = 241+65+127=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1417F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1417F is #0EBE80. Grayscale: #7C7C7C. Windows color (decimal): -966273 or 8339953. OLE color: 8339953.

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

Color convert

RGB 241 65 127 -
CMYK 0 0.73 0.47 0.05
HSL 338.86º 0.86% 0.6% -
HSV(B) 338.86º 0.73% 0.95% -
XYZ 42 24.01 22.5 -
YUV 124.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 241 65 127 0 0.73 0.47 0.05 338.86 0.86 0.6
Hex F1 41 7F 0 49 2F 5 153 56 3C
Octal 361 101 177 0 111 57 5 523 126 74
Binary 11110001 1000001 1111111 0 1001001 101111 101 101010011 1010110 111100

Color Harmonies of #F1417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1417F

Black with #F1417F

Text Example


Text Example

White with #F1417F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1417F; }

 p { color: rgb(241,65,127); }

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

background-color css

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

 a { background-color: rgb(241,65,127); }

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

border-color css

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

 span { border-color: rgb(241,65,127); }

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