Html Css Color HEX #F1348A Violet Red

📋 copy color: '#F1348A'

red 241 ◦ green 52 ◦ blue 138

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

Shades of Violet Red #F1348A

Tints of Violet Red #F1348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.06%

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 55.92%
G = 12.06%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1348A (or 0xF1348A) is known color: Violet Red. HEX triplet: F1, 34 and 8A. RGB value is (241,52,138). Sum of RGB (Red+Green+Blue) = 241+52+138=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1348A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1348A is #0ECB75. Grayscale: #767676. Windows color (decimal): -969590 or 9057521. OLE color: 9057521.

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

Color convert

RGB 241 52 138 -
CMYK 0 0.78 0.43 0.05
HSL 332.7º 0.87% 0.57% -
HSV(B) 332.7º 0.78% 0.95% -
XYZ 42.09 22.99 26.26 -
YUV 118.32 139.12 215.51 -
System Red Green Blue C M Y K H S L
Decimal 241 52 138 0 0.78 0.43 0.05 332.7 0.87 0.57
Hex F1 34 8A 0 4E 2B 5 14D 57 39
Octal 361 64 212 0 116 53 5 515 127 71
Binary 11110001 110100 10001010 0 1001110 101011 101 101001101 1010111 111001

Color Harmonies of #F1348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1348A

Black with #F1348A

Text Example


Text Example

White with #F1348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1348A; }

 p { color: rgb(241,52,138); }

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

background-color css

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

 a { background-color: rgb(241,52,138); }

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

border-color css

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

 span { border-color: rgb(241,52,138); }

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