Html Css Color HEX #F82370 Radical Red

📋 copy color: '#F82370'

red 248 ◦ green 35 ◦ blue 112

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

Shades of Radical Red #F82370

Tints of Radical Red #F82370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.86%

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

R = 62.78%
G = 8.86%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F82370 (or 0xF82370) is known color: Radical Red. HEX triplet: F8, 23 and 70. RGB value is (248,35,112). Sum of RGB (Red+Green+Blue) = 248+35+112=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F82370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82370 is #07DC8F. Grayscale: #6B6B6B. Windows color (decimal): -515216 or 7349240. OLE color: 7349240.

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

Color convert

RGB 248 35 112 -
CMYK 0 0.86 0.55 0.03
HSL 338.31º 0.94% 0.55% -
HSV(B) 338.31º 0.86% 0.97% -
XYZ 42.24 22.33 17.41 -
YUV 107.47 130.57 228.24 -
System Red Green Blue C M Y K H S L
Decimal 248 35 112 0 0.86 0.55 0.03 338.31 0.94 0.55
Hex F8 23 70 0 56 37 3 152 5E 37
Octal 370 43 160 0 126 67 3 522 136 67
Binary 11111000 100011 1110000 0 1010110 110111 11 101010010 1011110 110111

Color Harmonies of #F82370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82370

Black with #F82370

Text Example


Text Example

White with #F82370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82370; }

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

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

background-color css

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

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

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

border-color css

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

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

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