Html Css Color HEX #F83F7D Violet Red

📋 copy color: '#F83F7D'

red 248 ◦ green 63 ◦ blue 125

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

Shades of Violet Red #F83F7D

Tints of Violet Red #F83F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 56.88%
G = 14.45%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F83F7D (or 0xF83F7D) is known color: Violet Red. HEX triplet: F8, 3F and 7D. RGB value is (248,63,125). Sum of RGB (Red+Green+Blue) = 248+63+125=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83F7D is #07C082. Grayscale: #7D7D7D. Windows color (decimal): -508035 or 8208376. OLE color: 8208376.

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

Color convert

RGB 248 63 125 -
CMYK 0 0.75 0.50 0.03
HSL 339.89º 0.93% 0.61% -
HSV(B) 339.89º 0.75% 0.97% -
XYZ 44.19 24.99 21.9 -
YUV 125.38 127.79 215.46 -
System Red Green Blue C M Y K H S L
Decimal 248 63 125 0 0.75 0.50 0.03 339.89 0.93 0.61
Hex F8 3F 7D 0 4B 32 3 154 5D 3D
Octal 370 77 175 0 113 62 3 524 135 75
Binary 11111000 111111 1111101 0 1001011 110010 11 101010100 1011101 111101

Color Harmonies of #F83F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83F7D

Black with #F83F7D

Text Example


Text Example

White with #F83F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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