Html Css Color HEX #F83888 Violet Red

📋 copy color: '#F83888'

red 248 ◦ green 56 ◦ blue 136

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

Shades of Violet Red #F83888

Tints of Violet Red #F83888

RGB

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

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

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

R = 56.36%
G = 12.73%
B = 30.91%

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

#F83888 (or 0xF83888) is known color: Violet Red. HEX triplet: F8, 38 and 88. RGB value is (248,56,136). Sum of RGB (Red+Green+Blue) = 248+56+136=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F83888 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83888 is #07C777. Grayscale: #7A7A7A. Windows color (decimal): -509816 or 8927480. OLE color: 8927480.

HSL color Cylindrical-coordinate representation of color #F83888: hue angle of 335º 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 #F83888 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 56 136 -
CMYK 0 0.77 0.45 0.03
HSL 335º 0.93% 0.6% -
HSV(B) 335º 0.77% 0.97% -
XYZ 44.57 24.56 25.68 -
YUV 122.53 135.61 217.5 -
System Red Green Blue C M Y K H S L
Decimal 248 56 136 0 0.77 0.45 0.03 335 0.93 0.6
Hex F8 38 88 0 4D 2D 3 14F 5D 3C
Octal 370 70 210 0 115 55 3 517 135 74
Binary 11111000 111000 10001000 0 1001101 101101 11 101001111 1011101 111100

Color Harmonies of #F83888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83888

Black with #F83888

Text Example


Text Example

White with #F83888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83888; }

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

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

background-color css

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

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

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

border-color css

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

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

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