Html Css Color HEX #F72468 Radical Red

📋 copy color: '#F72468'

red 247 ◦ green 36 ◦ blue 104

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

Shades of Radical Red #F72468

Tints of Radical Red #F72468

RGB

 RED value IS 247 (96.88% from 255) = 63.82%

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

 BLUE value IS 104 (41.02% from 255) = 26.87%

R = 63.82%
G = 9.3%
B = 26.87%

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

#F72468 (or 0xF72468) is known color: Radical Red. HEX triplet: F7, 24 and 68. RGB value is (247,36,104). Sum of RGB (Red+Green+Blue) = 247+36+104=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F72468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72468 is #08DB97. Grayscale: #6A6A6A. Windows color (decimal): -580504 or 6825207. OLE color: 6825207.

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

Color convert

RGB 247 36 104 -
CMYK 0 0.85 0.58 0.03
HSL 340.66º 0.93% 0.55% -
HSV(B) 340.66º 0.85% 0.97% -
XYZ 41.49 22.04 15.16 -
YUV 106.84 126.4 227.97 -
System Red Green Blue C M Y K H S L
Decimal 247 36 104 0 0.85 0.58 0.03 340.66 0.93 0.55
Hex F7 24 68 0 55 3A 3 155 5D 37
Octal 367 44 150 0 125 72 3 525 135 67
Binary 11110111 100100 1101000 0 1010101 111010 11 101010101 1011101 110111

Color Harmonies of #F72468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72468

Black with #F72468

Text Example


Text Example

White with #F72468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72468; }

 p { color: rgb(247,36,104); }

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

background-color css

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

 a { background-color: rgb(247,36,104); }

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

border-color css

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

 span { border-color: rgb(247,36,104); }

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