Html Css Color HEX #F9418D Violet Red

📋 copy color: '#F9418D'

red 249 ◦ green 65 ◦ blue 141

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

Shades of Violet Red #F9418D

Tints of Violet Red #F9418D

RGB

 RED value IS 249 (97.66% from 255) = 54.73%

 GREEN value IS 65 (25.78% from 255) = 14.29%

 BLUE value IS 141 (55.47% from 255) = 30.99%

R = 54.73%
G = 14.29%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9418D (or 0xF9418D) is known color: Violet Red. HEX triplet: F9, 41 and 8D. RGB value is (249,65,141). Sum of RGB (Red+Green+Blue) = 249+65+141=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F9418D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9418D is #06BE72. Grayscale: #808080. Windows color (decimal): -441971 or 9257465. OLE color: 9257465.

HSL color Cylindrical-coordinate representation of color #F9418D: hue angle of 335.22º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9418D is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 65 141 -
CMYK 0 0.74 0.43 0.02
HSL 335.22º 0.94% 0.62% -
HSV(B) 335.22º 0.74% 0.98% -
XYZ 45.76 25.84 27.78 -
YUV 128.68 134.96 213.82 -
System Red Green Blue C M Y K H S L
Decimal 249 65 141 0 0.74 0.43 0.02 335.22 0.94 0.62
Hex F9 41 8D 0 4A 2B 2 14F 5E 3E
Octal 371 101 215 0 112 53 2 517 136 76
Binary 11111001 1000001 10001101 0 1001010 101011 10 101001111 1011110 111110

Color Harmonies of #F9418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9418D

Black with #F9418D

Text Example


Text Example

White with #F9418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9418D; }

 p { color: rgb(249,65,141); }

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

background-color css

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

 a { background-color: rgb(249,65,141); }

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

border-color css

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

 span { border-color: rgb(249,65,141); }

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