Html Css Color HEX #F8416A Radical Red

📋 copy color: '#F8416A'

red 248 ◦ green 65 ◦ blue 106

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

Shades of Radical Red #F8416A

Tints of Radical Red #F8416A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.3%

R = 59.19%
G = 15.51%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8416A (or 0xF8416A) is known color: Radical Red. HEX triplet: F8, 41 and 6A. RGB value is (248,65,106). Sum of RGB (Red+Green+Blue) = 248+65+106=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F8416A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8416A is #07BE95. Grayscale: #7C7C7C. Windows color (decimal): -507542 or 6963704. OLE color: 6963704.

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

Color convert

RGB 248 65 106 -
CMYK 0 0.74 0.57 0.03
HSL 346.56º 0.93% 0.61% -
HSV(B) 346.56º 0.74% 0.97% -
XYZ 43.2 24.78 16.14 -
YUV 124.39 117.63 216.17 -
System Red Green Blue C M Y K H S L
Decimal 248 65 106 0 0.74 0.57 0.03 346.56 0.93 0.61
Hex F8 41 6A 0 4A 39 3 15B 5D 3D
Octal 370 101 152 0 112 71 3 533 135 75
Binary 11111000 1000001 1101010 0 1001010 111001 11 101011011 1011101 111101

Color Harmonies of #F8416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8416A

Black with #F8416A

Text Example


Text Example

White with #F8416A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8416A; }

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

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

background-color css

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

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

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

border-color css

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

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

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