Html Css Color HEX #F84267 Radical Red

📋 copy color: '#F84267'

red 248 ◦ green 66 ◦ blue 103

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

Shades of Radical Red #F84267

Tints of Radical Red #F84267

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.83%

 BLUE value IS 103 (40.63% from 255) = 24.7%

R = 59.47%
G = 15.83%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F84267 (or 0xF84267) is known color: Radical Red. HEX triplet: F8, 42 and 67. RGB value is (248,66,103). Sum of RGB (Red+Green+Blue) = 248+66+103=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F84267 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84267 is #07BD98. Grayscale: #7C7C7C. Windows color (decimal): -507289 or 6767352. OLE color: 6767352.

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

Color convert

RGB 248 66 103 -
CMYK 0 0.73 0.58 0.03
HSL 347.8º 0.93% 0.62% -
HSV(B) 347.8º 0.73% 0.97% -
XYZ 43.11 24.83 15.35 -
YUV 124.64 115.8 215.99 -
System Red Green Blue C M Y K H S L
Decimal 248 66 103 0 0.73 0.58 0.03 347.8 0.93 0.62
Hex F8 42 67 0 49 3A 3 15C 5D 3E
Octal 370 102 147 0 111 72 3 534 135 76
Binary 11111000 1000010 1100111 0 1001001 111010 11 101011100 1011101 111110

Color Harmonies of #F84267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84267

Black with #F84267

Text Example


Text Example

White with #F84267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84267; }

 p { color: rgb(248,66,103); }

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

background-color css

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

 a { background-color: rgb(248,66,103); }

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

border-color css

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

 span { border-color: rgb(248,66,103); }

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