Html Css Color HEX #F1388A Violet Red

📋 copy color: '#F1388A'

red 241 ◦ green 56 ◦ blue 138

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

Shades of Violet Red #F1388A

Tints of Violet Red #F1388A

RGB

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

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

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

R = 55.4%
G = 12.87%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1388A (or 0xF1388A) is known color: Violet Red. HEX triplet: F1, 38 and 8A. RGB value is (241,56,138). Sum of RGB (Red+Green+Blue) = 241+56+138=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F1388A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1388A is #0EC775. Grayscale: #787878. Windows color (decimal): -968566 or 9058545. OLE color: 9058545.

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

Color convert

RGB 241 56 138 -
CMYK 0 0.77 0.43 0.05
HSL 333.41º 0.87% 0.58% -
HSV(B) 333.41º 0.77% 0.95% -
XYZ 42.28 23.36 26.33 -
YUV 120.66 137.79 213.83 -
System Red Green Blue C M Y K H S L
Decimal 241 56 138 0 0.77 0.43 0.05 333.41 0.87 0.58
Hex F1 38 8A 0 4D 2B 5 14D 57 3A
Octal 361 70 212 0 115 53 5 515 127 72
Binary 11110001 111000 10001010 0 1001101 101011 101 101001101 1010111 111010

Color Harmonies of #F1388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1388A

Black with #F1388A

Text Example


Text Example

White with #F1388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1388A; }

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

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

background-color css

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

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

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

border-color css

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

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

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