Html Css Color HEX #F93E7B Violet Red

📋 copy color: '#F93E7B'

red 249 ◦ green 62 ◦ blue 123

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

Shades of Violet Red #F93E7B

Tints of Violet Red #F93E7B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.29%

 BLUE value IS 123 (48.44% from 255) = 28.34%

R = 57.37%
G = 14.29%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F93E7B (or 0xF93E7B) is known color: Violet Red. HEX triplet: F9, 3E and 7B. RGB value is (249,62,123). Sum of RGB (Red+Green+Blue) = 249+62+123=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F93E7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93E7B is #06C184. Grayscale: #7C7C7C. Windows color (decimal): -442757 or 8077049. OLE color: 8077049.

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

Color convert

RGB 249 62 123 -
CMYK 0 0.75 0.51 0.02
HSL 340.43º 0.94% 0.61% -
HSV(B) 340.43º 0.75% 0.98% -
XYZ 44.36 25.02 21.23 -
YUV 124.87 126.95 216.54 -
System Red Green Blue C M Y K H S L
Decimal 249 62 123 0 0.75 0.51 0.02 340.43 0.94 0.61
Hex F9 3E 7B 0 4B 33 2 154 5E 3D
Octal 371 76 173 0 113 63 2 524 136 75
Binary 11111001 111110 1111011 0 1001011 110011 10 101010100 1011110 111101

Color Harmonies of #F93E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93E7B

Black with #F93E7B

Text Example


Text Example

White with #F93E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93E7B; }

 p { color: rgb(249,62,123); }

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

background-color css

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

 a { background-color: rgb(249,62,123); }

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

border-color css

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

 span { border-color: rgb(249,62,123); }

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