Html Css Color HEX #F84669 Radical Red

📋 copy color: '#F84669'

red 248 ◦ green 70 ◦ blue 105

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

Shades of Radical Red #F84669

Tints of Radical Red #F84669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.82%

R = 58.63%
G = 16.55%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F84669 (or 0xF84669) is known color: Radical Red. HEX triplet: F8, 46 and 69. RGB value is (248,70,105). Sum of RGB (Red+Green+Blue) = 248+70+105=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F84669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84669 is #07B996. Grayscale: #7F7F7F. Windows color (decimal): -506263 or 6899448. OLE color: 6899448.

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

Color convert

RGB 248 70 105 -
CMYK 0 0.72 0.58 0.03
HSL 348.2º 0.93% 0.62% -
HSV(B) 348.2º 0.72% 0.97% -
XYZ 43.45 25.36 15.97 -
YUV 127.21 115.47 214.15 -
System Red Green Blue C M Y K H S L
Decimal 248 70 105 0 0.72 0.58 0.03 348.2 0.93 0.62
Hex F8 46 69 0 48 3A 3 15C 5D 3E
Octal 370 106 151 0 110 72 3 534 135 76
Binary 11111000 1000110 1101001 0 1001000 111010 11 101011100 1011101 111110

Color Harmonies of #F84669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84669

Black with #F84669

Text Example


Text Example

White with #F84669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84669; }

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

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

background-color css

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

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

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

border-color css

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

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

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