Html Css Color HEX #F1387F Violet Red

📋 copy color: '#F1387F'

red 241 ◦ green 56 ◦ blue 127

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

Shades of Violet Red #F1387F

Tints of Violet Red #F1387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.95%

R = 56.84%
G = 13.21%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1387F (or 0xF1387F) is known color: Violet Red. HEX triplet: F1, 38 and 7F. RGB value is (241,56,127). Sum of RGB (Red+Green+Blue) = 241+56+127=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F1387F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1387F is #0EC780. Grayscale: #777777. Windows color (decimal): -968577 or 8337649. OLE color: 8337649.

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

Color convert

RGB 241 56 127 -
CMYK 0 0.77 0.47 0.05
HSL 336.97º 0.87% 0.58% -
HSV(B) 336.97º 0.77% 0.95% -
XYZ 41.52 23.06 22.34 -
YUV 119.41 132.29 214.73 -
System Red Green Blue C M Y K H S L
Decimal 241 56 127 0 0.77 0.47 0.05 336.97 0.87 0.58
Hex F1 38 7F 0 4D 2F 5 151 57 3A
Octal 361 70 177 0 115 57 5 521 127 72
Binary 11110001 111000 1111111 0 1001101 101111 101 101010001 1010111 111010

Color Harmonies of #F1387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1387F

Black with #F1387F

Text Example


Text Example

White with #F1387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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