Html Css Color HEX #F83670 Radical Red

📋 copy color: '#F83670'

red 248 ◦ green 54 ◦ blue 112

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

Shades of Radical Red #F83670

Tints of Radical Red #F83670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.04%

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

R = 59.9%
G = 13.04%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F83670 (or 0xF83670) is known color: Radical Red. HEX triplet: F8, 36 and 70. RGB value is (248,54,112). Sum of RGB (Red+Green+Blue) = 248+54+112=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F83670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83670 is #07C98F. Grayscale: #767676. Windows color (decimal): -510352 or 7354104. OLE color: 7354104.

HSL color Cylindrical-coordinate representation of color #F83670: hue angle of 342.06º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F83670 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 54 112 -
CMYK 0 0.78 0.55 0.03
HSL 342.06º 0.93% 0.59% -
HSV(B) 342.06º 0.78% 0.97% -
XYZ 42.96 23.76 17.65 -
YUV 118.62 124.27 220.28 -
System Red Green Blue C M Y K H S L
Decimal 248 54 112 0 0.78 0.55 0.03 342.06 0.93 0.59
Hex F8 36 70 0 4E 37 3 156 5D 3B
Octal 370 66 160 0 116 67 3 526 135 73
Binary 11111000 110110 1110000 0 1001110 110111 11 101010110 1011101 111011

Color Harmonies of #F83670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83670

Black with #F83670

Text Example


Text Example

White with #F83670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83670; }

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

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

background-color css

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

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

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

border-color css

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

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

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