Html Css Color HEX #F1468B Violet Red

📋 copy color: '#F1468B'

red 241 ◦ green 70 ◦ blue 139

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

Shades of Violet Red #F1468B

Tints of Violet Red #F1468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.89%

R = 53.56%
G = 15.56%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1468B (or 0xF1468B) is known color: Violet Red. HEX triplet: F1, 46 and 8B. RGB value is (241,70,139). Sum of RGB (Red+Green+Blue) = 241+70+139=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1468B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1468B is #0EB974. Grayscale: #808080. Windows color (decimal): -964981 or 9127665. OLE color: 9127665.

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

Color convert

RGB 241 70 139 -
CMYK 0 0.71 0.42 0.05
HSL 335.79º 0.86% 0.61% -
HSV(B) 335.79º 0.71% 0.95% -
XYZ 43.13 24.95 26.97 -
YUV 129 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 241 70 139 0 0.71 0.42 0.05 335.79 0.86 0.61
Hex F1 46 8B 0 47 2A 5 150 56 3D
Octal 361 106 213 0 107 52 5 520 126 75
Binary 11110001 1000110 10001011 0 1000111 101010 101 101010000 1010110 111101

Color Harmonies of #F1468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1468B

Black with #F1468B

Text Example


Text Example

White with #F1468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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