Html Css Color HEX #F83F8F Violet Red

📋 copy color: '#F83F8F'

red 248 ◦ green 63 ◦ blue 143

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

Shades of Violet Red #F83F8F

Tints of Violet Red #F83F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.5%

R = 54.63%
G = 13.88%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F83F8F (or 0xF83F8F) is known color: Violet Red. HEX triplet: F8, 3F and 8F. RGB value is (248,63,143). Sum of RGB (Red+Green+Blue) = 248+63+143=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83F8F is #07C070. Grayscale: #7F7F7F. Windows color (decimal): -508017 or 9388024. OLE color: 9388024.

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

Color convert

RGB 248 63 143 -
CMYK 0 0.75 0.42 0.03
HSL 334.05º 0.93% 0.61% -
HSV(B) 334.05º 0.75% 0.97% -
XYZ 45.45 25.49 28.51 -
YUV 127.44 136.79 214 -
System Red Green Blue C M Y K H S L
Decimal 248 63 143 0 0.75 0.42 0.03 334.05 0.93 0.61
Hex F8 3F 8F 0 4B 2A 3 14E 5D 3D
Octal 370 77 217 0 113 52 3 516 135 75
Binary 11111000 111111 10001111 0 1001011 101010 11 101001110 1011101 111101

Color Harmonies of #F83F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83F8F

Black with #F83F8F

Text Example


Text Example

White with #F83F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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