Html Css Color HEX #F84165 Radical Red

📋 copy color: '#F84165'

red 248 ◦ green 65 ◦ blue 101

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

Shades of Radical Red #F84165

Tints of Radical Red #F84165

RGB

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

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

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

R = 59.9%
G = 15.7%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F84165 (or 0xF84165) is known color: Radical Red. HEX triplet: F8, 41 and 65. RGB value is (248,65,101). Sum of RGB (Red+Green+Blue) = 248+65+101=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F84165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84165 is #07BE9A. Grayscale: #7B7B7B. Windows color (decimal): -507547 or 6636024. OLE color: 6636024.

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

Color convert

RGB 248 65 101 -
CMYK 0 0.74 0.59 0.03
HSL 348.2º 0.93% 0.61% -
HSV(B) 348.2º 0.74% 0.97% -
XYZ 42.95 24.68 14.81 -
YUV 123.82 115.13 216.57 -
System Red Green Blue C M Y K H S L
Decimal 248 65 101 0 0.74 0.59 0.03 348.2 0.93 0.61
Hex F8 41 65 0 4A 3B 3 15C 5D 3D
Octal 370 101 145 0 112 73 3 534 135 75
Binary 11111000 1000001 1100101 0 1001010 111011 11 101011100 1011101 111101

Color Harmonies of #F84165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84165

Black with #F84165

Text Example


Text Example

White with #F84165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84165; }

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

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

background-color css

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

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

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

border-color css

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

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

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