Html Css Color HEX #F83F73 Radical Red

📋 copy color: '#F83F73'

red 248 ◦ green 63 ◦ blue 115

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

Shades of Radical Red #F83F73

Tints of Radical Red #F83F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27%

R = 58.22%
G = 14.79%
B = 27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F83F73 (or 0xF83F73) is known color: Radical Red. HEX triplet: F8, 3F and 73. RGB value is (248,63,115). Sum of RGB (Red+Green+Blue) = 248+63+115=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83F73 is #07C08C. Grayscale: #7C7C7C. Windows color (decimal): -508045 or 7553016. OLE color: 7553016.

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

Color convert

RGB 248 63 115 -
CMYK 0 0.75 0.54 0.03
HSL 343.14º 0.93% 0.61% -
HSV(B) 343.14º 0.75% 0.97% -
XYZ 43.58 24.75 18.7 -
YUV 124.24 122.79 216.27 -
System Red Green Blue C M Y K H S L
Decimal 248 63 115 0 0.75 0.54 0.03 343.14 0.93 0.61
Hex F8 3F 73 0 4B 36 3 157 5D 3D
Octal 370 77 163 0 113 66 3 527 135 75
Binary 11111000 111111 1110011 0 1001011 110110 11 101010111 1011101 111101

Color Harmonies of #F83F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83F73

Black with #F83F73

Text Example


Text Example

White with #F83F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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