Html Css Color HEX #F83A7B Violet Red

📋 copy color: '#F83A7B'

red 248 ◦ green 58 ◦ blue 123

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

Shades of Violet Red #F83A7B

Tints of Violet Red #F83A7B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.52%

 BLUE value IS 123 (48.44% from 255) = 28.67%

R = 57.81%
G = 13.52%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F83A7B (or 0xF83A7B) is known color: Violet Red. HEX triplet: F8, 3A and 7B. RGB value is (248,58,123). Sum of RGB (Red+Green+Blue) = 248+58+123=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83A7B is #07C584. Grayscale: #7A7A7A. Windows color (decimal): -509317 or 8076024. OLE color: 8076024.

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

Color convert

RGB 248 58 123 -
CMYK 0 0.77 0.50 0.03
HSL 339.47º 0.93% 0.6% -
HSV(B) 339.47º 0.77% 0.97% -
XYZ 43.8 24.41 21.14 -
YUV 122.22 128.45 217.71 -
System Red Green Blue C M Y K H S L
Decimal 248 58 123 0 0.77 0.50 0.03 339.47 0.93 0.6
Hex F8 3A 7B 0 4D 32 3 153 5D 3C
Octal 370 72 173 0 115 62 3 523 135 74
Binary 11111000 111010 1111011 0 1001101 110010 11 101010011 1011101 111100

Color Harmonies of #F83A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83A7B

Black with #F83A7B

Text Example


Text Example

White with #F83A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83A7B; }

 p { color: rgb(248,58,123); }

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

background-color css

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

 a { background-color: rgb(248,58,123); }

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

border-color css

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

 span { border-color: rgb(248,58,123); }

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