Html Css Color HEX #F83F93 Violet Red

📋 copy color: '#F83F93'

red 248 ◦ green 63 ◦ blue 147

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

Shades of Violet Red #F83F93

Tints of Violet Red #F83F93

RGB

 RED value IS 248 (97.27% from 255) = 54.15%

 GREEN value IS 63 (25% from 255) = 13.76%

 BLUE value IS 147 (57.81% from 255) = 32.1%

R = 54.15%
G = 13.76%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F83F93 (or 0xF83F93) is known color: Violet Red. HEX triplet: F8, 3F and 93. RGB value is (248,63,147). Sum of RGB (Red+Green+Blue) = 248+63+147=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83F93 is #07C06C. Grayscale: #7F7F7F. Windows color (decimal): -508013 or 9650168. OLE color: 9650168.

HSL color Cylindrical-coordinate representation of color #F83F93: hue angle of 332.76º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83F93 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 63 147 -
CMYK 0 0.75 0.41 0.03
HSL 332.76º 0.93% 0.61% -
HSV(B) 332.76º 0.75% 0.97% -
XYZ 45.76 25.62 30.14 -
YUV 127.89 138.79 213.67 -
System Red Green Blue C M Y K H S L
Decimal 248 63 147 0 0.75 0.41 0.03 332.76 0.93 0.61
Hex F8 3F 93 0 4B 29 3 14D 5D 3D
Octal 370 77 223 0 113 51 3 515 135 75
Binary 11111000 111111 10010011 0 1001011 101001 11 101001101 1011101 111101

Color Harmonies of #F83F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83F93

Black with #F83F93

Text Example


Text Example

White with #F83F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83F93; }

 p { color: rgb(248,63,147); }

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

background-color css

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

 a { background-color: rgb(248,63,147); }

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

border-color css

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

 span { border-color: rgb(248,63,147); }

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