Html Css Color HEX #F8215A Radical Red

📋 copy color: '#F8215A'

red 248 ◦ green 33 ◦ blue 90

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

Shades of Radical Red #F8215A

Tints of Radical Red #F8215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.89%

 BLUE value IS 90 (35.55% from 255) = 24.26%

R = 66.85%
G = 8.89%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F8215A (or 0xF8215A) is known color: Radical Red. HEX triplet: F8, 21 and 5A. RGB value is (248,33,90). Sum of RGB (Red+Green+Blue) = 248+33+90=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F8215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8215A is #07DEA5. Grayscale: #676767. Windows color (decimal): -515750 or 5906936. OLE color: 5906936.

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

Color convert

RGB 248 33 90 -
CMYK 0 0.87 0.64 0.03
HSL 344.09º 0.94% 0.55% -
HSV(B) 344.09º 0.87% 0.97% -
XYZ 41.1 21.78 11.71 -
YUV 103.78 120.23 230.87 -
System Red Green Blue C M Y K H S L
Decimal 248 33 90 0 0.87 0.64 0.03 344.09 0.94 0.55
Hex F8 21 5A 0 57 40 3 158 5E 37
Octal 370 41 132 0 127 100 3 530 136 67
Binary 11111000 100001 1011010 0 1010111 1000000 11 101011000 1011110 110111

Color Harmonies of #F8215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8215A

Black with #F8215A

Text Example


Text Example

White with #F8215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8215A; }

 p { color: rgb(248,33,90); }

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

background-color css

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

 a { background-color: rgb(248,33,90); }

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

border-color css

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

 span { border-color: rgb(248,33,90); }

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