Html Css Color HEX #F72268 Radical Red

📋 copy color: '#F72268'

red 247 ◦ green 34 ◦ blue 104

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

Shades of Radical Red #F72268

Tints of Radical Red #F72268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.83%

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

R = 64.16%
G = 8.83%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F72268 (or 0xF72268) is known color: Radical Red. HEX triplet: F7, 22 and 68. RGB value is (247,34,104). Sum of RGB (Red+Green+Blue) = 247+34+104=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F72268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72268 is #08DD97. Grayscale: #696969. Windows color (decimal): -581016 or 6824695. OLE color: 6824695.

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

Color convert

RGB 247 34 104 -
CMYK 0 0.86 0.58 0.03
HSL 340.28º 0.93% 0.55% -
HSV(B) 340.28º 0.86% 0.97% -
XYZ 41.43 21.92 15.14 -
YUV 105.67 127.07 228.81 -
System Red Green Blue C M Y K H S L
Decimal 247 34 104 0 0.86 0.58 0.03 340.28 0.93 0.55
Hex F7 22 68 0 56 3A 3 154 5D 37
Octal 367 42 150 0 126 72 3 524 135 67
Binary 11110111 100010 1101000 0 1010110 111010 11 101010100 1011101 110111

Color Harmonies of #F72268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72268

Black with #F72268

Text Example


Text Example

White with #F72268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72268; }

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

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

background-color css

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

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

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

border-color css

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

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

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