Html Css Color HEX #F1457D Violet Red

📋 copy color: '#F1457D'

red 241 ◦ green 69 ◦ blue 125

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

Shades of Violet Red #F1457D

Tints of Violet Red #F1457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.86%

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

R = 55.4%
G = 15.86%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1457D (or 0xF1457D) is known color: Violet Red. HEX triplet: F1, 45 and 7D. RGB value is (241,69,125). Sum of RGB (Red+Green+Blue) = 241+69+125=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F1457D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1457D is #0EBA82. Grayscale: #7E7E7E. Windows color (decimal): -965251 or 8209905. OLE color: 8209905.

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

Color convert

RGB 241 69 125 -
CMYK 0 0.71 0.48 0.05
HSL 340.47º 0.86% 0.61% -
HSV(B) 340.47º 0.71% 0.95% -
XYZ 42.11 24.44 21.9 -
YUV 126.81 126.98 209.45 -
System Red Green Blue C M Y K H S L
Decimal 241 69 125 0 0.71 0.48 0.05 340.47 0.86 0.61
Hex F1 45 7D 0 47 30 5 154 56 3D
Octal 361 105 175 0 107 60 5 524 126 75
Binary 11110001 1000101 1111101 0 1000111 110000 101 101010100 1010110 111101

Color Harmonies of #F1457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1457D

Black with #F1457D

Text Example


Text Example

White with #F1457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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