Html Css Color HEX #F1388C Violet Red

📋 copy color: '#F1388C'

red 241 ◦ green 56 ◦ blue 140

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

Shades of Violet Red #F1388C

Tints of Violet Red #F1388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.81%

 BLUE value IS 140 (55.08% from 255) = 32.04%

R = 55.15%
G = 12.81%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1388C (or 0xF1388C) is known color: Violet Red. HEX triplet: F1, 38 and 8C. RGB value is (241,56,140). Sum of RGB (Red+Green+Blue) = 241+56+140=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1388C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1388C is #0EC773. Grayscale: #787878. Windows color (decimal): -968564 or 9189617. OLE color: 9189617.

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

Color convert

RGB 241 56 140 -
CMYK 0 0.77 0.42 0.05
HSL 332.76º 0.87% 0.58% -
HSV(B) 332.76º 0.77% 0.95% -
XYZ 42.42 23.42 27.1 -
YUV 120.89 138.79 213.67 -
System Red Green Blue C M Y K H S L
Decimal 241 56 140 0 0.77 0.42 0.05 332.76 0.87 0.58
Hex F1 38 8C 0 4D 2A 5 14D 57 3A
Octal 361 70 214 0 115 52 5 515 127 72
Binary 11110001 111000 10001100 0 1001101 101010 101 101001101 1010111 111010

Color Harmonies of #F1388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1388C

Black with #F1388C

Text Example


Text Example

White with #F1388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1388C; }

 p { color: rgb(241,56,140); }

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

background-color css

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

 a { background-color: rgb(241,56,140); }

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

border-color css

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

 span { border-color: rgb(241,56,140); }

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