Html Css Color HEX #F83F7A Violet Red

📋 copy color: '#F83F7A'

red 248 ◦ green 63 ◦ blue 122

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

Shades of Violet Red #F83F7A

Tints of Violet Red #F83F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.18%

R = 57.27%
G = 14.55%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F83F7A (or 0xF83F7A) is known color: Violet Red. HEX triplet: F8, 3F and 7A. RGB value is (248,63,122). Sum of RGB (Red+Green+Blue) = 248+63+122=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83F7A is #07C085. Grayscale: #7C7C7C. Windows color (decimal): -508038 or 8011768. OLE color: 8011768.

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

Color convert

RGB 248 63 122 -
CMYK 0 0.75 0.51 0.03
HSL 340.86º 0.93% 0.61% -
HSV(B) 340.86º 0.75% 0.97% -
XYZ 44 24.92 20.9 -
YUV 125.04 126.29 215.7 -
System Red Green Blue C M Y K H S L
Decimal 248 63 122 0 0.75 0.51 0.03 340.86 0.93 0.61
Hex F8 3F 7A 0 4B 33 3 155 5D 3D
Octal 370 77 172 0 113 63 3 525 135 75
Binary 11111000 111111 1111010 0 1001011 110011 11 101010101 1011101 111101

Color Harmonies of #F83F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83F7A

Black with #F83F7A

Text Example


Text Example

White with #F83F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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