Html Css Color HEX #F84665 Radical Red

📋 copy color: '#F84665'

red 248 ◦ green 70 ◦ blue 101

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

Shades of Radical Red #F84665

Tints of Radical Red #F84665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.11%

R = 59.19%
G = 16.71%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F84665 (or 0xF84665) is known color: Radical Red. HEX triplet: F8, 46 and 65. RGB value is (248,70,101). Sum of RGB (Red+Green+Blue) = 248+70+101=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F84665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84665 is #07B99A. Grayscale: #7E7E7E. Windows color (decimal): -506267 or 6637304. OLE color: 6637304.

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

Color convert

RGB 248 70 101 -
CMYK 0 0.72 0.59 0.03
HSL 349.55º 0.93% 0.62% -
HSV(B) 349.55º 0.72% 0.97% -
XYZ 43.25 25.28 14.91 -
YUV 126.76 113.47 214.48 -
System Red Green Blue C M Y K H S L
Decimal 248 70 101 0 0.72 0.59 0.03 349.55 0.93 0.62
Hex F8 46 65 0 48 3B 3 15E 5D 3E
Octal 370 106 145 0 110 73 3 536 135 76
Binary 11111000 1000110 1100101 0 1001000 111011 11 101011110 1011101 111110

Color Harmonies of #F84665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84665

Black with #F84665

Text Example


Text Example

White with #F84665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84665; }

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

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

background-color css

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

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

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

border-color css

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

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

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