Html Css Color HEX #F84965 Radical Red

📋 copy color: '#F84965'

red 248 ◦ green 73 ◦ blue 101

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

Shades of Radical Red #F84965

Tints of Radical Red #F84965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.3%

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

R = 58.77%
G = 17.3%
B = 23.93%

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

#F84965 (or 0xF84965) is known color: Radical Red. HEX triplet: F8, 49 and 65. RGB value is (248,73,101). Sum of RGB (Red+Green+Blue) = 248+73+101=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F84965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84965 is #07B69A. Grayscale: #808080. Windows color (decimal): -505499 or 6638072. OLE color: 6638072.

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

Color convert

RGB 248 73 101 -
CMYK 0 0.71 0.59 0.03
HSL 350.4º 0.93% 0.63% -
HSV(B) 350.4º 0.71% 0.97% -
XYZ 43.44 25.66 14.98 -
YUV 128.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 248 73 101 0 0.71 0.59 0.03 350.4 0.93 0.63
Hex F8 49 65 0 47 3B 3 15E 5D 3F
Octal 370 111 145 0 107 73 3 536 135 77
Binary 11111000 1001001 1100101 0 1000111 111011 11 101011110 1011101 111111

Color Harmonies of #F84965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84965

Black with #F84965

Text Example


Text Example

White with #F84965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84965; }

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

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

background-color css

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

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

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

border-color css

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

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

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