Html Css Color HEX #F1307D Violet Red

📋 copy color: '#F1307D'

red 241 ◦ green 48 ◦ blue 125

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

Shades of Violet Red #F1307D

Tints of Violet Red #F1307D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.59%

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

R = 58.21%
G = 11.59%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1307D (or 0xF1307D) is known color: Violet Red. HEX triplet: F1, 30 and 7D. RGB value is (241,48,125). Sum of RGB (Red+Green+Blue) = 241+48+125=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F1307D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1307D is #0ECF82. Grayscale: #727272. Windows color (decimal): -970627 or 8204529. OLE color: 8204529.

HSL color Cylindrical-coordinate representation of color #F1307D: hue angle of 336.06º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1307D is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 48 125 -
CMYK 0 0.80 0.48 0.05
HSL 336.06º 0.87% 0.57% -
HSV(B) 336.06º 0.8% 0.95% -
XYZ 41.03 22.3 21.54 -
YUV 114.49 133.94 218.24 -
System Red Green Blue C M Y K H S L
Decimal 241 48 125 0 0.80 0.48 0.05 336.06 0.87 0.57
Hex F1 30 7D 0 50 30 5 150 57 39
Octal 361 60 175 0 120 60 5 520 127 71
Binary 11110001 110000 1111101 0 1010000 110000 101 101010000 1010111 111001

Color Harmonies of #F1307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1307D

Black with #F1307D

Text Example


Text Example

White with #F1307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1307D; }

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

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

background-color css

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

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

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

border-color css

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

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

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