Html Css Color HEX #F1468D Violet Red

📋 copy color: '#F1468D'

red 241 ◦ green 70 ◦ blue 141

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

Shades of Violet Red #F1468D

Tints of Violet Red #F1468D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.19%

R = 53.32%
G = 15.49%
B = 31.19%

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

#F1468D (or 0xF1468D) is known color: Violet Red. HEX triplet: F1, 46 and 8D. RGB value is (241,70,141). Sum of RGB (Red+Green+Blue) = 241+70+141=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1468D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1468D is #0EB972. Grayscale: #818181. Windows color (decimal): -964979 or 9258737. OLE color: 9258737.

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

Color convert

RGB 241 70 141 -
CMYK 0 0.71 0.41 0.05
HSL 335.09º 0.86% 0.61% -
HSV(B) 335.09º 0.71% 0.95% -
XYZ 43.27 25 27.74 -
YUV 129.22 134.65 207.73 -
System Red Green Blue C M Y K H S L
Decimal 241 70 141 0 0.71 0.41 0.05 335.09 0.86 0.61
Hex F1 46 8D 0 47 29 5 14F 56 3D
Octal 361 106 215 0 107 51 5 517 126 75
Binary 11110001 1000110 10001101 0 1000111 101001 101 101001111 1010110 111101

Color Harmonies of #F1468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1468D

Black with #F1468D

Text Example


Text Example

White with #F1468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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