Html Css Color HEX #F14798 Violet Red

📋 copy color: '#F14798'

red 241 ◦ green 71 ◦ blue 152

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

Shades of Violet Red #F14798

Tints of Violet Red #F14798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.3%

 BLUE value IS 152 (59.77% from 255) = 32.76%

R = 51.94%
G = 15.3%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F14798 (or 0xF14798) is known color: Violet Red. HEX triplet: F1, 47 and 98. RGB value is (241,71,152). Sum of RGB (Red+Green+Blue) = 241+71+152=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F14798 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14798 is #0EB867. Grayscale: #828282. Windows color (decimal): -964712 or 9979889. OLE color: 9979889.

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

Color convert

RGB 241 71 152 -
CMYK 0 0.71 0.37 0.05
HSL 331.41º 0.86% 0.61% -
HSV(B) 331.41º 0.71% 0.95% -
XYZ 44.2 25.47 32.29 -
YUV 131.06 139.82 206.41 -
System Red Green Blue C M Y K H S L
Decimal 241 71 152 0 0.71 0.37 0.05 331.41 0.86 0.61
Hex F1 47 98 0 47 25 5 14B 56 3D
Octal 361 107 230 0 107 45 5 513 126 75
Binary 11110001 1000111 10011000 0 1000111 100101 101 101001011 1010110 111101

Color Harmonies of #F14798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14798

Black with #F14798

Text Example


Text Example

White with #F14798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14798; }

 p { color: rgb(241,71,152); }

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

background-color css

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

 a { background-color: rgb(241,71,152); }

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

border-color css

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

 span { border-color: rgb(241,71,152); }

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