Html Css Color HEX #F7225D Radical Red

📋 copy color: '#F7225D'

red 247 ◦ green 34 ◦ blue 93

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

Shades of Radical Red #F7225D

Tints of Radical Red #F7225D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.87%

R = 66.04%
G = 9.09%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7225D (or 0xF7225D) is known color: Radical Red. HEX triplet: F7, 22 and 5D. RGB value is (247,34,93). Sum of RGB (Red+Green+Blue) = 247+34+93=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F7225D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7225D is #08DDA2. Grayscale: #686868. Windows color (decimal): -581027 or 6103799. OLE color: 6103799.

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

Color convert

RGB 247 34 93 -
CMYK 0 0.86 0.62 0.03
HSL 343.38º 0.93% 0.55% -
HSV(B) 343.38º 0.86% 0.97% -
XYZ 40.91 21.71 12.39 -
YUV 104.41 121.57 229.7 -
System Red Green Blue C M Y K H S L
Decimal 247 34 93 0 0.86 0.62 0.03 343.38 0.93 0.55
Hex F7 22 5D 0 56 3E 3 157 5D 37
Octal 367 42 135 0 126 76 3 527 135 67
Binary 11110111 100010 1011101 0 1010110 111110 11 101010111 1011101 110111

Color Harmonies of #F7225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7225D

Black with #F7225D

Text Example


Text Example

White with #F7225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7225D; }

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

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

background-color css

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

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

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

border-color css

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

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

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