Html Css Color HEX #F83D70 Radical Red

📋 copy color: '#F83D70'

red 248 ◦ green 61 ◦ blue 112

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

Shades of Radical Red #F83D70

Tints of Radical Red #F83D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.6%

R = 58.91%
G = 14.49%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F83D70 (or 0xF83D70) is known color: Radical Red. HEX triplet: F8, 3D and 70. RGB value is (248,61,112). Sum of RGB (Red+Green+Blue) = 248+61+112=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83D70 is #07C28F. Grayscale: #7A7A7A. Windows color (decimal): -508560 or 7355896. OLE color: 7355896.

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

Color convert

RGB 248 61 112 -
CMYK 0 0.75 0.55 0.03
HSL 343.64º 0.93% 0.61% -
HSV(B) 343.64º 0.75% 0.97% -
XYZ 43.3 24.46 17.77 -
YUV 122.73 121.95 217.35 -
System Red Green Blue C M Y K H S L
Decimal 248 61 112 0 0.75 0.55 0.03 343.64 0.93 0.61
Hex F8 3D 70 0 4B 37 3 158 5D 3D
Octal 370 75 160 0 113 67 3 530 135 75
Binary 11111000 111101 1110000 0 1001011 110111 11 101011000 1011101 111101

Color Harmonies of #F83D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83D70

Black with #F83D70

Text Example


Text Example

White with #F83D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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