Html Css Color HEX #F9428B Violet Red

📋 copy color: '#F9428B'

red 249 ◦ green 66 ◦ blue 139

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

Shades of Violet Red #F9428B

Tints of Violet Red #F9428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.54%

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

R = 54.85%
G = 14.54%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9428B (or 0xF9428B) is known color: Violet Red. HEX triplet: F9, 42 and 8B. RGB value is (249,66,139). Sum of RGB (Red+Green+Blue) = 249+66+139=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F9428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9428B is #06BD74. Grayscale: #808080. Windows color (decimal): -441717 or 9126649. OLE color: 9126649.

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

Color convert

RGB 249 66 139 -
CMYK 0 0.73 0.44 0.02
HSL 336.07º 0.94% 0.62% -
HSV(B) 336.07º 0.73% 0.98% -
XYZ 45.68 25.9 27.02 -
YUV 129.04 133.63 213.56 -
System Red Green Blue C M Y K H S L
Decimal 249 66 139 0 0.73 0.44 0.02 336.07 0.94 0.62
Hex F9 42 8B 0 49 2C 2 150 5E 3E
Octal 371 102 213 0 111 54 2 520 136 76
Binary 11111001 1000010 10001011 0 1001001 101100 10 101010000 1011110 111110

Color Harmonies of #F9428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9428B

Black with #F9428B

Text Example


Text Example

White with #F9428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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