Html Css Color HEX #F84765 Radical Red

📋 copy color: '#F84765'

red 248 ◦ green 71 ◦ blue 101

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

Shades of Radical Red #F84765

Tints of Radical Red #F84765

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.9%

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

R = 59.05%
G = 16.9%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F84765 (or 0xF84765) is known color: Radical Red. HEX triplet: F8, 47 and 65. RGB value is (248,71,101). Sum of RGB (Red+Green+Blue) = 248+71+101=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F84765 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84765 is #07B89A. Grayscale: #7F7F7F. Windows color (decimal): -506011 or 6637560. OLE color: 6637560.

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

Color convert

RGB 248 71 101 -
CMYK 0 0.71 0.59 0.03
HSL 349.83º 0.93% 0.63% -
HSV(B) 349.83º 0.71% 0.97% -
XYZ 43.31 25.4 14.93 -
YUV 127.34 113.14 214.06 -
System Red Green Blue C M Y K H S L
Decimal 248 71 101 0 0.71 0.59 0.03 349.83 0.93 0.63
Hex F8 47 65 0 47 3B 3 15E 5D 3F
Octal 370 107 145 0 107 73 3 536 135 77
Binary 11111000 1000111 1100101 0 1000111 111011 11 101011110 1011101 111111

Color Harmonies of #F84765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84765

Black with #F84765

Text Example


Text Example

White with #F84765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84765; }

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

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

background-color css

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

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

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

border-color css

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

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

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