Html Css Color HEX #F94184 Violet Red

📋 copy color: '#F94184'

red 249 ◦ green 65 ◦ blue 132

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

Shades of Violet Red #F94184

Tints of Violet Red #F94184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.6%

R = 55.83%
G = 14.57%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F94184 (or 0xF94184) is known color: Violet Red. HEX triplet: F9, 41 and 84. RGB value is (249,65,132). Sum of RGB (Red+Green+Blue) = 249+65+132=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F94184 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94184 is #06BE7B. Grayscale: #7F7F7F. Windows color (decimal): -441980 or 8667641. OLE color: 8667641.

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

Color convert

RGB 249 65 132 -
CMYK 0 0.74 0.47 0.02
HSL 338.15º 0.94% 0.62% -
HSV(B) 338.15º 0.74% 0.98% -
XYZ 45.12 25.59 24.39 -
YUV 127.65 130.46 214.55 -
System Red Green Blue C M Y K H S L
Decimal 249 65 132 0 0.74 0.47 0.02 338.15 0.94 0.62
Hex F9 41 84 0 4A 2F 2 152 5E 3E
Octal 371 101 204 0 112 57 2 522 136 76
Binary 11111001 1000001 10000100 0 1001010 101111 10 101010010 1011110 111110

Color Harmonies of #F94184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94184

Black with #F94184

Text Example


Text Example

White with #F94184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94184; }

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

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

background-color css

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

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

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

border-color css

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

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

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