Html Css Color HEX #F83D90 Violet Red

📋 copy color: '#F83D90'

red 248 ◦ green 61 ◦ blue 144

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

Shades of Violet Red #F83D90

Tints of Violet Red #F83D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.47%

 BLUE value IS 144 (56.64% from 255) = 31.79%

R = 54.75%
G = 13.47%
B = 31.79%

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

#F83D90 (or 0xF83D90) is known color: Violet Red. HEX triplet: F8, 3D and 90. RGB value is (248,61,144). Sum of RGB (Red+Green+Blue) = 248+61+144=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83D90 is #07C26F. Grayscale: #7E7E7E. Windows color (decimal): -508528 or 9453048. OLE color: 9453048.

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

Color convert

RGB 248 61 144 -
CMYK 0 0.75 0.42 0.03
HSL 333.37º 0.93% 0.61% -
HSV(B) 333.37º 0.75% 0.97% -
XYZ 45.41 25.31 28.88 -
YUV 126.38 137.95 214.75 -
System Red Green Blue C M Y K H S L
Decimal 248 61 144 0 0.75 0.42 0.03 333.37 0.93 0.61
Hex F8 3D 90 0 4B 2A 3 14D 5D 3D
Octal 370 75 220 0 113 52 3 515 135 75
Binary 11111000 111101 10010000 0 1001011 101010 11 101001101 1011101 111101

Color Harmonies of #F83D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83D90

Black with #F83D90

Text Example


Text Example

White with #F83D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83D90; }

 p { color: rgb(248,61,144); }

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

background-color css

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

 a { background-color: rgb(248,61,144); }

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

border-color css

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

 span { border-color: rgb(248,61,144); }

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