Html Css Color HEX #F1437F Violet Red

📋 copy color: '#F1437F'

red 241 ◦ green 67 ◦ blue 127

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

Shades of Violet Red #F1437F

Tints of Violet Red #F1437F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.4%

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

R = 55.4%
G = 15.4%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1437F (or 0xF1437F) is known color: Violet Red. HEX triplet: F1, 43 and 7F. RGB value is (241,67,127). Sum of RGB (Red+Green+Blue) = 241+67+127=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F1437F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1437F is #0EBC80. Grayscale: #7D7D7D. Windows color (decimal): -965761 or 8340465. OLE color: 8340465.

HSL color Cylindrical-coordinate representation of color #F1437F: hue angle of 339.31º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1437F is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 67 127 -
CMYK 0 0.72 0.47 0.05
HSL 339.31º 0.86% 0.6% -
HSV(B) 339.31º 0.72% 0.95% -
XYZ 42.11 24.25 22.54 -
YUV 125.87 128.65 210.12 -
System Red Green Blue C M Y K H S L
Decimal 241 67 127 0 0.72 0.47 0.05 339.31 0.86 0.6
Hex F1 43 7F 0 48 2F 5 153 56 3C
Octal 361 103 177 0 110 57 5 523 126 74
Binary 11110001 1000011 1111111 0 1001000 101111 101 101010011 1010110 111100

Color Harmonies of #F1437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1437F

Black with #F1437F

Text Example


Text Example

White with #F1437F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1437F; }

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

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

background-color css

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

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

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

border-color css

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

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

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