Html Css Color HEX #F1307A Violet Red

📋 copy color: '#F1307A'

red 241 ◦ green 48 ◦ blue 122

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

Shades of Violet Red #F1307A

Tints of Violet Red #F1307A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.68%

R = 58.64%
G = 11.68%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1307A (or 0xF1307A) is known color: Violet Red. HEX triplet: F1, 30 and 7A. RGB value is (241,48,122). Sum of RGB (Red+Green+Blue) = 241+48+122=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F1307A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1307A is #0ECF85. Grayscale: #727272. Windows color (decimal): -970630 or 8007921. OLE color: 8007921.

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

Color convert

RGB 241 48 122 -
CMYK 0 0.80 0.49 0.05
HSL 336.99º 0.87% 0.57% -
HSV(B) 336.99º 0.8% 0.95% -
XYZ 40.85 22.22 20.55 -
YUV 114.14 132.44 218.48 -
System Red Green Blue C M Y K H S L
Decimal 241 48 122 0 0.80 0.49 0.05 336.99 0.87 0.57
Hex F1 30 7A 0 50 31 5 151 57 39
Octal 361 60 172 0 120 61 5 521 127 71
Binary 11110001 110000 1111010 0 1010000 110001 101 101010001 1010111 111001

Color Harmonies of #F1307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1307A

Black with #F1307A

Text Example


Text Example

White with #F1307A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1307A; }

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

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

background-color css

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

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

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

border-color css

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

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

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