Html Css Color HEX #F94585 Violet Red

📋 copy color: '#F94585'

red 249 ◦ green 69 ◦ blue 133

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

Shades of Violet Red #F94585

Tints of Violet Red #F94585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.3%

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

R = 55.21%
G = 15.3%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F94585 (or 0xF94585) is known color: Violet Red. HEX triplet: F9, 45 and 85. RGB value is (249,69,133). Sum of RGB (Red+Green+Blue) = 249+69+133=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F94585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94585 is #06BA7A. Grayscale: #828282. Windows color (decimal): -440955 or 8734201. OLE color: 8734201.

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

Color convert

RGB 249 69 133 -
CMYK 0 0.72 0.47 0.02
HSL 338.67º 0.94% 0.62% -
HSV(B) 338.67º 0.72% 0.98% -
XYZ 45.43 26.09 24.83 -
YUV 130.12 129.63 212.8 -
System Red Green Blue C M Y K H S L
Decimal 249 69 133 0 0.72 0.47 0.02 338.67 0.94 0.62
Hex F9 45 85 0 48 2F 2 153 5E 3E
Octal 371 105 205 0 110 57 2 523 136 76
Binary 11111001 1000101 10000101 0 1001000 101111 10 101010011 1011110 111110

Color Harmonies of #F94585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94585

Black with #F94585

Text Example


Text Example

White with #F94585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94585; }

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

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

background-color css

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

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

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

border-color css

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

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

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