Html Css Color HEX #F8416D Radical Red

📋 copy color: '#F8416D'

red 248 ◦ green 65 ◦ blue 109

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

Shades of Radical Red #F8416D

Tints of Radical Red #F8416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.4%

 BLUE value IS 109 (42.97% from 255) = 25.83%

R = 58.77%
G = 15.4%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8416D (or 0xF8416D) is known color: Radical Red. HEX triplet: F8, 41 and 6D. RGB value is (248,65,109). Sum of RGB (Red+Green+Blue) = 248+65+109=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F8416D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8416D is #07BE92. Grayscale: #7C7C7C. Windows color (decimal): -507539 or 7160312. OLE color: 7160312.

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

Color convert

RGB 248 65 109 -
CMYK 0 0.74 0.56 0.03
HSL 345.57º 0.93% 0.61% -
HSV(B) 345.57º 0.74% 0.97% -
XYZ 43.36 24.84 16.98 -
YUV 124.73 119.13 215.92 -
System Red Green Blue C M Y K H S L
Decimal 248 65 109 0 0.74 0.56 0.03 345.57 0.93 0.61
Hex F8 41 6D 0 4A 38 3 15A 5D 3D
Octal 370 101 155 0 112 70 3 532 135 75
Binary 11111000 1000001 1101101 0 1001010 111000 11 101011010 1011101 111101

Color Harmonies of #F8416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8416D

Black with #F8416D

Text Example


Text Example

White with #F8416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8416D; }

 p { color: rgb(248,65,109); }

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

background-color css

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

 a { background-color: rgb(248,65,109); }

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

border-color css

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

 span { border-color: rgb(248,65,109); }

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