Html Css Color HEX #F14897 Violet Red

📋 copy color: '#F14897'

red 241 ◦ green 72 ◦ blue 151

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

Shades of Violet Red #F14897

Tints of Violet Red #F14897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.54%

R = 51.94%
G = 15.52%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F14897 (or 0xF14897) is known color: Violet Red. HEX triplet: F1, 48 and 97. RGB value is (241,72,151). Sum of RGB (Red+Green+Blue) = 241+72+151=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F14897 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14897 is #0EB768. Grayscale: #838383. Windows color (decimal): -964457 or 9914609. OLE color: 9914609.

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

Color convert

RGB 241 72 151 -
CMYK 0 0.70 0.37 0.05
HSL 331.95º 0.86% 0.61% -
HSV(B) 331.95º 0.7% 0.95% -
XYZ 44.18 25.57 31.89 -
YUV 131.54 138.99 206.08 -
System Red Green Blue C M Y K H S L
Decimal 241 72 151 0 0.70 0.37 0.05 331.95 0.86 0.61
Hex F1 48 97 0 46 25 5 14C 56 3D
Octal 361 110 227 0 106 45 5 514 126 75
Binary 11110001 1001000 10010111 0 1000110 100101 101 101001100 1010110 111101

Color Harmonies of #F14897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14897

Black with #F14897

Text Example


Text Example

White with #F14897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14897; }

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

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

background-color css

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

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

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

border-color css

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

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

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