Html Css Color HEX #F82869 Radical Red

📋 copy color: '#F82869'

red 248 ◦ green 40 ◦ blue 105

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

Shades of Radical Red #F82869

Tints of Radical Red #F82869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.18%

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

R = 63.1%
G = 10.18%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F82869 (or 0xF82869) is known color: Radical Red. HEX triplet: F8, 28 and 69. RGB value is (248,40,105). Sum of RGB (Red+Green+Blue) = 248+40+105=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F82869 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82869 is #07D796. Grayscale: #6D6D6D. Windows color (decimal): -513943 or 6891768. OLE color: 6891768.

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

Color convert

RGB 248 40 105 -
CMYK 0 0.84 0.58 0.03
HSL 341.25º 0.94% 0.56% -
HSV(B) 341.25º 0.84% 0.97% -
XYZ 42.02 22.49 15.49 -
YUV 109.6 125.41 226.71 -
System Red Green Blue C M Y K H S L
Decimal 248 40 105 0 0.84 0.58 0.03 341.25 0.94 0.56
Hex F8 28 69 0 54 3A 3 155 5E 38
Octal 370 50 151 0 124 72 3 525 136 70
Binary 11111000 101000 1101001 0 1010100 111010 11 101010101 1011110 111000

Color Harmonies of #F82869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82869

Black with #F82869

Text Example


Text Example

White with #F82869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82869; }

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

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

background-color css

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

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

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

border-color css

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

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

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