Html Css Color HEX #F14498 Violet Red

📋 copy color: '#F14498'

red 241 ◦ green 68 ◦ blue 152

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

Shades of Violet Red #F14498

Tints of Violet Red #F14498

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.75%

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

R = 52.28%
G = 14.75%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F14498 (or 0xF14498) is known color: Violet Red. HEX triplet: F1, 44 and 98. RGB value is (241,68,152). Sum of RGB (Red+Green+Blue) = 241+68+152=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F14498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14498 is #0EBB67. Grayscale: #818181. Windows color (decimal): -965480 or 9979121. OLE color: 9979121.

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

Color convert

RGB 241 68 152 -
CMYK 0 0.72 0.37 0.05
HSL 330.87º 0.86% 0.61% -
HSV(B) 330.87º 0.72% 0.95% -
XYZ 44.01 25.1 32.23 -
YUV 129.3 140.81 207.67 -
System Red Green Blue C M Y K H S L
Decimal 241 68 152 0 0.72 0.37 0.05 330.87 0.86 0.61
Hex F1 44 98 0 48 25 5 14B 56 3D
Octal 361 104 230 0 110 45 5 513 126 75
Binary 11110001 1000100 10011000 0 1001000 100101 101 101001011 1010110 111101

Color Harmonies of #F14498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14498

Black with #F14498

Text Example


Text Example

White with #F14498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14498; }

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

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

background-color css

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

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

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

border-color css

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

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

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