Html Css Color HEX #F83988 Violet Red

📋 copy color: '#F83988'

red 248 ◦ green 57 ◦ blue 136

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

Shades of Violet Red #F83988

Tints of Violet Red #F83988

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.93%

 BLUE value IS 136 (53.52% from 255) = 30.84%

R = 56.24%
G = 12.93%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F83988 (or 0xF83988) is known color: Violet Red. HEX triplet: F8, 39 and 88. RGB value is (248,57,136). Sum of RGB (Red+Green+Blue) = 248+57+136=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F83988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83988 is #07C677. Grayscale: #7A7A7A. Windows color (decimal): -509560 or 8927736. OLE color: 8927736.

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

Color convert

RGB 248 57 136 -
CMYK 0 0.77 0.45 0.03
HSL 335.18º 0.93% 0.6% -
HSV(B) 335.18º 0.77% 0.97% -
XYZ 44.62 24.66 25.7 -
YUV 123.12 135.28 217.08 -
System Red Green Blue C M Y K H S L
Decimal 248 57 136 0 0.77 0.45 0.03 335.18 0.93 0.6
Hex F8 39 88 0 4D 2D 3 14F 5D 3C
Octal 370 71 210 0 115 55 3 517 135 74
Binary 11111000 111001 10001000 0 1001101 101101 11 101001111 1011101 111100

Color Harmonies of #F83988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83988

Black with #F83988

Text Example


Text Example

White with #F83988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83988; }

 p { color: rgb(248,57,136); }

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

background-color css

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

 a { background-color: rgb(248,57,136); }

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

border-color css

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

 span { border-color: rgb(248,57,136); }

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