Html Css Color HEX #F9448B Violet Red

📋 copy color: '#F9448B'

red 249 ◦ green 68 ◦ blue 139

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

Shades of Violet Red #F9448B

Tints of Violet Red #F9448B

RGB

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

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

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

R = 54.61%
G = 14.91%
B = 30.48%

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

#F9448B (or 0xF9448B) is known color: Violet Red. HEX triplet: F9, 44 and 8B. RGB value is (249,68,139). Sum of RGB (Red+Green+Blue) = 249+68+139=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F9448B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9448B is #06BB74. Grayscale: #828282. Windows color (decimal): -441205 or 9127161. OLE color: 9127161.

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

Color convert

RGB 249 68 139 -
CMYK 0 0.73 0.44 0.02
HSL 336.46º 0.94% 0.62% -
HSV(B) 336.46º 0.73% 0.98% -
XYZ 45.79 26.14 27.06 -
YUV 130.21 132.97 212.73 -
System Red Green Blue C M Y K H S L
Decimal 249 68 139 0 0.73 0.44 0.02 336.46 0.94 0.62
Hex F9 44 8B 0 49 2C 2 150 5E 3E
Octal 371 104 213 0 111 54 2 520 136 76
Binary 11111001 1000100 10001011 0 1001001 101100 10 101010000 1011110 111110

Color Harmonies of #F9448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9448B

Black with #F9448B

Text Example


Text Example

White with #F9448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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