Html Css Color HEX #F83F81 Violet Red

📋 copy color: '#F83F81'

red 248 ◦ green 63 ◦ blue 129

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

Shades of Violet Red #F83F81

Tints of Violet Red #F83F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.32%

R = 56.36%
G = 14.32%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F83F81 (or 0xF83F81) is known color: Violet Red. HEX triplet: F8, 3F and 81. RGB value is (248,63,129). Sum of RGB (Red+Green+Blue) = 248+63+129=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83F81 is #07C07E. Grayscale: #7D7D7D. Windows color (decimal): -508031 or 8470520. OLE color: 8470520.

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

Color convert

RGB 248 63 129 -
CMYK 0 0.75 0.48 0.03
HSL 338.59º 0.93% 0.61% -
HSV(B) 338.59º 0.75% 0.97% -
XYZ 44.45 25.1 23.27 -
YUV 125.84 129.79 215.13 -
System Red Green Blue C M Y K H S L
Decimal 248 63 129 0 0.75 0.48 0.03 338.59 0.93 0.61
Hex F8 3F 81 0 4B 30 3 153 5D 3D
Octal 370 77 201 0 113 60 3 523 135 75
Binary 11111000 111111 10000001 0 1001011 110000 11 101010011 1011101 111101

Color Harmonies of #F83F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83F81

Black with #F83F81

Text Example


Text Example

White with #F83F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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