Html Css Color HEX #F9418B Violet Red

📋 copy color: '#F9418B'

red 249 ◦ green 65 ◦ blue 139

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

Shades of Violet Red #F9418B

Tints of Violet Red #F9418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.68%

R = 54.97%
G = 14.35%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9418B (or 0xF9418B) is known color: Violet Red. HEX triplet: F9, 41 and 8B. RGB value is (249,65,139). Sum of RGB (Red+Green+Blue) = 249+65+139=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F9418B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9418B is #06BE74. Grayscale: #808080. Windows color (decimal): -441973 or 9126393. OLE color: 9126393.

HSL color Cylindrical-coordinate representation of color #F9418B: hue angle of 335.87º 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 #F9418B is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 65 139 -
CMYK 0 0.74 0.44 0.02
HSL 335.87º 0.94% 0.62% -
HSV(B) 335.87º 0.74% 0.98% -
XYZ 45.62 25.78 27 -
YUV 128.45 133.96 213.98 -
System Red Green Blue C M Y K H S L
Decimal 249 65 139 0 0.74 0.44 0.02 335.87 0.94 0.62
Hex F9 41 8B 0 4A 2C 2 150 5E 3E
Octal 371 101 213 0 112 54 2 520 136 76
Binary 11111001 1000001 10001011 0 1001010 101100 10 101010000 1011110 111110

Color Harmonies of #F9418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9418B

Black with #F9418B

Text Example


Text Example

White with #F9418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9418B; }

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

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

background-color css

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

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

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

border-color css

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

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

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