Html Css Color HEX #F7226C Radical Red

📋 copy color: '#F7226C'

red 247 ◦ green 34 ◦ blue 108

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

Shades of Radical Red #F7226C

Tints of Radical Red #F7226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.76%

R = 63.5%
G = 8.74%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F7226C (or 0xF7226C) is known color: Radical Red. HEX triplet: F7, 22 and 6C. RGB value is (247,34,108). Sum of RGB (Red+Green+Blue) = 247+34+108=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F7226C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7226C is #08DD93. Grayscale: #6A6A6A. Windows color (decimal): -581012 or 7086839. OLE color: 7086839.

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

Color convert

RGB 247 34 108 -
CMYK 0 0.86 0.56 0.03
HSL 339.15º 0.93% 0.55% -
HSV(B) 339.15º 0.86% 0.97% -
XYZ 41.64 22 16.24 -
YUV 106.12 129.07 228.48 -
System Red Green Blue C M Y K H S L
Decimal 247 34 108 0 0.86 0.56 0.03 339.15 0.93 0.55
Hex F7 22 6C 0 56 38 3 153 5D 37
Octal 367 42 154 0 126 70 3 523 135 67
Binary 11110111 100010 1101100 0 1010110 111000 11 101010011 1011101 110111

Color Harmonies of #F7226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7226C

Black with #F7226C

Text Example


Text Example

White with #F7226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7226C; }

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

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

background-color css

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

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

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

border-color css

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

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

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