Html Css Color HEX #F8425C Radical Red

📋 copy color: '#F8425C'

red 248 ◦ green 66 ◦ blue 92

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

Shades of Radical Red #F8425C

Tints of Radical Red #F8425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.66%

R = 61.08%
G = 16.26%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8425C (or 0xF8425C) is known color: Radical Red. HEX triplet: F8, 42 and 5C. RGB value is (248,66,92). Sum of RGB (Red+Green+Blue) = 248+66+92=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8425C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8425C is #07BDA3. Grayscale: #7B7B7B. Windows color (decimal): -507300 or 6046456. OLE color: 6046456.

HSL color Cylindrical-coordinate representation of color #F8425C: hue angle of 351.43º 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 #F8425C is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 66 92 -
CMYK 0 0.73 0.63 0.03
HSL 351.43º 0.93% 0.62% -
HSV(B) 351.43º 0.73% 0.97% -
XYZ 42.59 24.63 12.63 -
YUV 123.38 110.3 216.89 -
System Red Green Blue C M Y K H S L
Decimal 248 66 92 0 0.73 0.63 0.03 351.43 0.93 0.62
Hex F8 42 5C 0 49 3F 3 15F 5D 3E
Octal 370 102 134 0 111 77 3 537 135 76
Binary 11111000 1000010 1011100 0 1001001 111111 11 101011111 1011101 111110

Color Harmonies of #F8425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8425C

Black with #F8425C

Text Example


Text Example

White with #F8425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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