Html Css Color HEX #F14898 Violet Red

📋 copy color: '#F14898'

red 241 ◦ green 72 ◦ blue 152

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

Shades of Violet Red #F14898

Tints of Violet Red #F14898

RGB

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

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

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

R = 51.83%
G = 15.48%
B = 32.69%

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

#F14898 (or 0xF14898) is known color: Violet Red. HEX triplet: F1, 48 and 98. RGB value is (241,72,152). Sum of RGB (Red+Green+Blue) = 241+72+152=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F14898 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14898 is #0EB767. Grayscale: #838383. Windows color (decimal): -964456 or 9980145. OLE color: 9980145.

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

Color convert

RGB 241 72 152 -
CMYK 0 0.70 0.37 0.05
HSL 331.6º 0.86% 0.61% -
HSV(B) 331.6º 0.7% 0.95% -
XYZ 44.26 25.6 32.31 -
YUV 131.65 139.49 206 -
System Red Green Blue C M Y K H S L
Decimal 241 72 152 0 0.70 0.37 0.05 331.6 0.86 0.61
Hex F1 48 98 0 46 25 5 14C 56 3D
Octal 361 110 230 0 106 45 5 514 126 75
Binary 11110001 1001000 10011000 0 1000110 100101 101 101001100 1010110 111101

Color Harmonies of #F14898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14898

Black with #F14898

Text Example


Text Example

White with #F14898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14898; }

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

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

background-color css

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

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

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

border-color css

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

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

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