Html Css Color HEX #F1407F Violet Red

📋 copy color: '#F1407F'

red 241 ◦ green 64 ◦ blue 127

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

Shades of Violet Red #F1407F

Tints of Violet Red #F1407F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.81%

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

R = 55.79%
G = 14.81%
B = 29.4%

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

#F1407F (or 0xF1407F) is known color: Violet Red. HEX triplet: F1, 40 and 7F. RGB value is (241,64,127). Sum of RGB (Red+Green+Blue) = 241+64+127=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1407F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1407F is #0EBF80. Grayscale: #7C7C7C. Windows color (decimal): -966529 or 8339697. OLE color: 8339697.

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

Color convert

RGB 241 64 127 -
CMYK 0 0.73 0.47 0.05
HSL 338.64º 0.86% 0.6% -
HSV(B) 338.64º 0.73% 0.95% -
XYZ 41.94 23.9 22.48 -
YUV 124.11 129.64 211.38 -
System Red Green Blue C M Y K H S L
Decimal 241 64 127 0 0.73 0.47 0.05 338.64 0.86 0.6
Hex F1 40 7F 0 49 2F 5 153 56 3C
Octal 361 100 177 0 111 57 5 523 126 74
Binary 11110001 1000000 1111111 0 1001001 101111 101 101010011 1010110 111100

Color Harmonies of #F1407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1407F

Black with #F1407F

Text Example


Text Example

White with #F1407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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