Html Css Color HEX #F1468F Violet Red

📋 copy color: '#F1468F'

red 241 ◦ green 70 ◦ blue 143

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

Shades of Violet Red #F1468F

Tints of Violet Red #F1468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.42%

 BLUE value IS 143 (56.25% from 255) = 31.5%

R = 53.08%
G = 15.42%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1468F (or 0xF1468F) is known color: Violet Red. HEX triplet: F1, 46 and 8F. RGB value is (241,70,143). Sum of RGB (Red+Green+Blue) = 241+70+143=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1468F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1468F is #0EB970. Grayscale: #818181. Windows color (decimal): -964977 or 9389809. OLE color: 9389809.

HSL color Cylindrical-coordinate representation of color #F1468F: hue angle of 334.39º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1468F is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 70 143 -
CMYK 0 0.71 0.41 0.05
HSL 334.39º 0.86% 0.61% -
HSV(B) 334.39º 0.71% 0.95% -
XYZ 43.42 25.06 28.54 -
YUV 129.45 135.65 207.56 -
System Red Green Blue C M Y K H S L
Decimal 241 70 143 0 0.71 0.41 0.05 334.39 0.86 0.61
Hex F1 46 8F 0 47 29 5 14E 56 3D
Octal 361 106 217 0 107 51 5 516 126 75
Binary 11110001 1000110 10001111 0 1000111 101001 101 101001110 1010110 111101

Color Harmonies of #F1468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1468F

Black with #F1468F

Text Example


Text Example

White with #F1468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1468F; }

 p { color: rgb(241,70,143); }

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

background-color css

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

 a { background-color: rgb(241,70,143); }

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

border-color css

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

 span { border-color: rgb(241,70,143); }

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