Html Css Color HEX #F9478B Violet Red

📋 copy color: '#F9478B'

red 249 ◦ green 71 ◦ blue 139

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

Shades of Violet Red #F9478B

Tints of Violet Red #F9478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.47%

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

R = 54.25%
G = 15.47%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9478B (or 0xF9478B) is known color: Violet Red. HEX triplet: F9, 47 and 8B. RGB value is (249,71,139). Sum of RGB (Red+Green+Blue) = 249+71+139=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F9478B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9478B is #06B874. Grayscale: #838383. Windows color (decimal): -440437 or 9127929. OLE color: 9127929.

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

Color convert

RGB 249 71 139 -
CMYK 0 0.71 0.44 0.02
HSL 337.08º 0.94% 0.63% -
HSV(B) 337.08º 0.71% 0.98% -
XYZ 45.98 26.51 27.12 -
YUV 131.97 131.97 211.47 -
System Red Green Blue C M Y K H S L
Decimal 249 71 139 0 0.71 0.44 0.02 337.08 0.94 0.63
Hex F9 47 8B 0 47 2C 2 151 5E 3F
Octal 371 107 213 0 107 54 2 521 136 77
Binary 11111001 1000111 10001011 0 1000111 101100 10 101010001 1011110 111111

Color Harmonies of #F9478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9478B

Black with #F9478B

Text Example


Text Example

White with #F9478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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