Html Css Color HEX #F94385 Violet Red

📋 copy color: '#F94385'

red 249 ◦ green 67 ◦ blue 133

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

Shades of Violet Red #F94385

Tints of Violet Red #F94385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.92%

 BLUE value IS 133 (52.34% from 255) = 29.62%

R = 55.46%
G = 14.92%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F94385 (or 0xF94385) is known color: Violet Red. HEX triplet: F9, 43 and 85. RGB value is (249,67,133). Sum of RGB (Red+Green+Blue) = 249+67+133=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F94385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94385 is #06BC7A. Grayscale: #808080. Windows color (decimal): -441467 or 8733689. OLE color: 8733689.

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

Color convert

RGB 249 67 133 -
CMYK 0 0.73 0.47 0.02
HSL 338.24º 0.94% 0.62% -
HSV(B) 338.24º 0.73% 0.98% -
XYZ 45.31 25.85 24.79 -
YUV 128.94 130.3 213.63 -
System Red Green Blue C M Y K H S L
Decimal 249 67 133 0 0.73 0.47 0.02 338.24 0.94 0.62
Hex F9 43 85 0 49 2F 2 152 5E 3E
Octal 371 103 205 0 111 57 2 522 136 76
Binary 11111001 1000011 10000101 0 1001001 101111 10 101010010 1011110 111110

Color Harmonies of #F94385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94385

Black with #F94385

Text Example


Text Example

White with #F94385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94385; }

 p { color: rgb(249,67,133); }

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

background-color css

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

 a { background-color: rgb(249,67,133); }

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

border-color css

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

 span { border-color: rgb(249,67,133); }

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