Html Css Color HEX #F93885 Violet Red

📋 copy color: '#F93885'

red 249 ◦ green 56 ◦ blue 133

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

Shades of Violet Red #F93885

Tints of Violet Red #F93885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.79%

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

R = 56.85%
G = 12.79%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F93885 (or 0xF93885) is known color: Violet Red. HEX triplet: F9, 38 and 85. RGB value is (249,56,133). Sum of RGB (Red+Green+Blue) = 249+56+133=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F93885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93885 is #06C77A. Grayscale: #7A7A7A. Windows color (decimal): -444283 or 8730873. OLE color: 8730873.

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

Color convert

RGB 249 56 133 -
CMYK 0 0.78 0.47 0.02
HSL 336.06º 0.94% 0.6% -
HSV(B) 336.06º 0.78% 0.98% -
XYZ 44.71 24.66 24.59 -
YUV 122.49 133.94 218.24 -
System Red Green Blue C M Y K H S L
Decimal 249 56 133 0 0.78 0.47 0.02 336.06 0.94 0.6
Hex F9 38 85 0 4E 2F 2 150 5E 3C
Octal 371 70 205 0 116 57 2 520 136 74
Binary 11111001 111000 10000101 0 1001110 101111 10 101010000 1011110 111100

Color Harmonies of #F93885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93885

Black with #F93885

Text Example


Text Example

White with #F93885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93885; }

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

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

background-color css

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

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

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

border-color css

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

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

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