Html Css Color HEX #F14894 Violet Red

📋 copy color: '#F14894'

red 241 ◦ green 72 ◦ blue 148

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

Shades of Violet Red #F14894

Tints of Violet Red #F14894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.62%

 BLUE value IS 148 (58.2% from 255) = 32.1%

R = 52.28%
G = 15.62%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F14894 (or 0xF14894) is known color: Violet Red. HEX triplet: F1, 48 and 94. RGB value is (241,72,148). Sum of RGB (Red+Green+Blue) = 241+72+148=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F14894 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14894 is #0EB76B. Grayscale: #838383. Windows color (decimal): -964460 or 9718001. OLE color: 9718001.

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

Color convert

RGB 241 72 148 -
CMYK 0 0.70 0.39 0.05
HSL 333.02º 0.86% 0.61% -
HSV(B) 333.02º 0.7% 0.95% -
XYZ 43.94 25.47 30.62 -
YUV 131.2 137.49 206.32 -
System Red Green Blue C M Y K H S L
Decimal 241 72 148 0 0.70 0.39 0.05 333.02 0.86 0.61
Hex F1 48 94 0 46 27 5 14D 56 3D
Octal 361 110 224 0 106 47 5 515 126 75
Binary 11110001 1001000 10010100 0 1000110 100111 101 101001101 1010110 111101

Color Harmonies of #F14894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14894

Black with #F14894

Text Example


Text Example

White with #F14894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14894; }

 p { color: rgb(241,72,148); }

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

background-color css

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

 a { background-color: rgb(241,72,148); }

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

border-color css

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

 span { border-color: rgb(241,72,148); }

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