Html Css Color HEX #F93D76 Violet Red

📋 copy color: '#F93D76'

red 249 ◦ green 61 ◦ blue 118

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

Shades of Violet Red #F93D76

Tints of Violet Red #F93D76

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.25%

 BLUE value IS 118 (46.48% from 255) = 27.57%

R = 58.18%
G = 14.25%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F93D76 (or 0xF93D76) is known color: Violet Red. HEX triplet: F9, 3D and 76. RGB value is (249,61,118). Sum of RGB (Red+Green+Blue) = 249+61+118=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93D76 is #06C289. Grayscale: #7B7B7B. Windows color (decimal): -443018 or 7749113. OLE color: 7749113.

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

Color convert

RGB 249 61 118 -
CMYK 0 0.76 0.53 0.02
HSL 341.81º 0.94% 0.61% -
HSV(B) 341.81º 0.76% 0.98% -
XYZ 44.01 24.79 19.6 -
YUV 123.71 124.78 217.37 -
System Red Green Blue C M Y K H S L
Decimal 249 61 118 0 0.76 0.53 0.02 341.81 0.94 0.61
Hex F9 3D 76 0 4C 35 2 156 5E 3D
Octal 371 75 166 0 114 65 2 526 136 75
Binary 11111001 111101 1110110 0 1001100 110101 10 101010110 1011110 111101

Color Harmonies of #F93D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93D76

Black with #F93D76

Text Example


Text Example

White with #F93D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93D76; }

 p { color: rgb(249,61,118); }

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

background-color css

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

 a { background-color: rgb(249,61,118); }

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

border-color css

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

 span { border-color: rgb(249,61,118); }

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