Html Css Color HEX #F82467 Radical Red

📋 copy color: '#F82467'

red 248 ◦ green 36 ◦ blue 103

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

Shades of Radical Red #F82467

Tints of Radical Red #F82467

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.3%

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

R = 64.08%
G = 9.3%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F82467 (or 0xF82467) is known color: Radical Red. HEX triplet: F8, 24 and 67. RGB value is (248,36,103). Sum of RGB (Red+Green+Blue) = 248+36+103=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F82467 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82467 is #07DB98. Grayscale: #6A6A6A. Windows color (decimal): -514969 or 6759672. OLE color: 6759672.

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

Color convert

RGB 248 36 103 -
CMYK 0 0.85 0.58 0.03
HSL 341.04º 0.94% 0.56% -
HSV(B) 341.04º 0.85% 0.97% -
XYZ 41.79 22.2 14.91 -
YUV 107.03 125.74 228.55 -
System Red Green Blue C M Y K H S L
Decimal 248 36 103 0 0.85 0.58 0.03 341.04 0.94 0.56
Hex F8 24 67 0 55 3A 3 155 5E 38
Octal 370 44 147 0 125 72 3 525 136 70
Binary 11111000 100100 1100111 0 1010101 111010 11 101010101 1011110 111000

Color Harmonies of #F82467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82467

Black with #F82467

Text Example


Text Example

White with #F82467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82467; }

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

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

background-color css

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

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

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

border-color css

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

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

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