Html Css Color HEX #F8505A Radical Red

📋 copy color: '#F8505A'

red 248 ◦ green 80 ◦ blue 90

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

Shades of Radical Red #F8505A

Tints of Radical Red #F8505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

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

R = 59.33%
G = 19.14%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F8505A (or 0xF8505A) is known color: Radical Red. HEX triplet: F8, 50 and 5A. RGB value is (248,80,90). Sum of RGB (Red+Green+Blue) = 248+80+90=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F8505A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8505A is #07AFA5. Grayscale: #838383. Windows color (decimal): -503718 or 5918968. OLE color: 5918968.

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

Color convert

RGB 248 80 90 -
CMYK 0 0.68 0.64 0.03
HSL 356.43º 0.92% 0.64% -
HSV(B) 356.43º 0.68% 0.97% -
XYZ 43.43 26.43 12.49 -
YUV 131.37 104.66 211.19 -
System Red Green Blue C M Y K H S L
Decimal 248 80 90 0 0.68 0.64 0.03 356.43 0.92 0.64
Hex F8 50 5A 0 44 40 3 164 5C 40
Octal 370 120 132 0 104 100 3 544 134 100
Binary 11111000 1010000 1011010 0 1000100 1000000 11 101100100 1011100 1000000

Color Harmonies of #F8505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8505A

Black with #F8505A

Text Example


Text Example

White with #F8505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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