Html Css Color HEX #F1437D Violet Red

📋 copy color: '#F1437D'

red 241 ◦ green 67 ◦ blue 125

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

Shades of Violet Red #F1437D

Tints of Violet Red #F1437D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.87%

R = 55.66%
G = 15.47%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1437D (or 0xF1437D) is known color: Violet Red. HEX triplet: F1, 43 and 7D. RGB value is (241,67,125). Sum of RGB (Red+Green+Blue) = 241+67+125=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1437D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1437D is #0EBC82. Grayscale: #7D7D7D. Windows color (decimal): -965763 or 8209393. OLE color: 8209393.

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

Color convert

RGB 241 67 125 -
CMYK 0 0.72 0.48 0.05
HSL 340º 0.86% 0.6% -
HSV(B) 340º 0.72% 0.95% -
XYZ 41.98 24.2 21.86 -
YUV 125.64 127.65 210.28 -
System Red Green Blue C M Y K H S L
Decimal 241 67 125 0 0.72 0.48 0.05 340 0.86 0.6
Hex F1 43 7D 0 48 30 5 154 56 3C
Octal 361 103 175 0 110 60 5 524 126 74
Binary 11110001 1000011 1111101 0 1001000 110000 101 101010100 1010110 111100

Color Harmonies of #F1437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1437D

Black with #F1437D

Text Example


Text Example

White with #F1437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1437D; }

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

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

background-color css

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

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

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

border-color css

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

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

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