Html Css Color HEX #F8465C Radical Red

📋 copy color: '#F8465C'

red 248 ◦ green 70 ◦ blue 92

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

Shades of Radical Red #F8465C

Tints of Radical Red #F8465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.07%

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

R = 60.49%
G = 17.07%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8465C (or 0xF8465C) is known color: Radical Red. HEX triplet: F8, 46 and 5C. RGB value is (248,70,92). Sum of RGB (Red+Green+Blue) = 248+70+92=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F8465C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8465C is #07B9A3. Grayscale: #7D7D7D. Windows color (decimal): -506276 or 6047480. OLE color: 6047480.

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

Color convert

RGB 248 70 92 -
CMYK 0 0.72 0.63 0.03
HSL 352.58º 0.93% 0.62% -
HSV(B) 352.58º 0.72% 0.97% -
XYZ 42.83 25.11 12.71 -
YUV 125.73 108.97 215.21 -
System Red Green Blue C M Y K H S L
Decimal 248 70 92 0 0.72 0.63 0.03 352.58 0.93 0.62
Hex F8 46 5C 0 48 3F 3 161 5D 3E
Octal 370 106 134 0 110 77 3 541 135 76
Binary 11111000 1000110 1011100 0 1001000 111111 11 101100001 1011101 111110

Color Harmonies of #F8465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8465C

Black with #F8465C

Text Example


Text Example

White with #F8465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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