Html Css Color HEX #F94085 Violet Red

📋 copy color: '#F94085'

red 249 ◦ green 64 ◦ blue 133

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

Shades of Violet Red #F94085

Tints of Violet Red #F94085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.35%

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

R = 55.83%
G = 14.35%
B = 29.82%

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

#F94085 (or 0xF94085) is known color: Violet Red. HEX triplet: F9, 40 and 85. RGB value is (249,64,133). Sum of RGB (Red+Green+Blue) = 249+64+133=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F94085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94085 is #06BF7A. Grayscale: #7F7F7F. Windows color (decimal): -442235 or 8732921. OLE color: 8732921.

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

Color convert

RGB 249 64 133 -
CMYK 0 0.74 0.47 0.02
HSL 337.62º 0.94% 0.61% -
HSV(B) 337.62º 0.74% 0.98% -
XYZ 45.13 25.5 24.73 -
YUV 127.18 131.29 214.89 -
System Red Green Blue C M Y K H S L
Decimal 249 64 133 0 0.74 0.47 0.02 337.62 0.94 0.61
Hex F9 40 85 0 4A 2F 2 152 5E 3D
Octal 371 100 205 0 112 57 2 522 136 75
Binary 11111001 1000000 10000101 0 1001010 101111 10 101010010 1011110 111101

Color Harmonies of #F94085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94085

Black with #F94085

Text Example


Text Example

White with #F94085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94085; }

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

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

background-color css

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

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

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

border-color css

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

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

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