Html Css Color HEX #F8424B Radical Red

📋 copy color: '#F8424B'

red 248 ◦ green 66 ◦ blue 75

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

Shades of Radical Red #F8424B

Tints of Radical Red #F8424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.97%

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 63.75%
G = 16.97%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8424B (or 0xF8424B) is known color: Radical Red. HEX triplet: F8, 42 and 4B. RGB value is (248,66,75). Sum of RGB (Red+Green+Blue) = 248+66+75=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F8424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8424B is #07BDB4. Grayscale: #797979. Windows color (decimal): -507317 or 4932344. OLE color: 4932344.

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

Color convert

RGB 248 66 75 -
CMYK 0 0.73 0.70 0.03
HSL 357.03º 0.93% 0.62% -
HSV(B) 357.03º 0.73% 0.97% -
XYZ 41.93 24.36 9.15 -
YUV 121.44 101.8 218.27 -
System Red Green Blue C M Y K H S L
Decimal 248 66 75 0 0.73 0.70 0.03 357.03 0.93 0.62
Hex F8 42 4B 0 49 46 3 165 5D 3E
Octal 370 102 113 0 111 106 3 545 135 76
Binary 11111000 1000010 1001011 0 1001001 1000110 11 101100101 1011101 111110

Color Harmonies of #F8424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8424B

Black with #F8424B

Text Example


Text Example

White with #F8424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8424B; }

 p { color: rgb(248,66,75); }

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

background-color css

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

 a { background-color: rgb(248,66,75); }

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

border-color css

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

 span { border-color: rgb(248,66,75); }

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