Html Css Color HEX #F72A5E Radical Red

📋 copy color: '#F72A5E'

red 247 ◦ green 42 ◦ blue 94

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

Shades of Radical Red #F72A5E

Tints of Radical Red #F72A5E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.97%

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 64.49%
G = 10.97%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F72A5E (or 0xF72A5E) is known color: Radical Red. HEX triplet: F7, 2A and 5E. RGB value is (247,42,94). Sum of RGB (Red+Green+Blue) = 247+42+94=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F72A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72A5E is #08D5A1. Grayscale: #6D6D6D. Windows color (decimal): -578978 or 6171383. OLE color: 6171383.

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

Color convert

RGB 247 42 94 -
CMYK 0 0.83 0.62 0.03
HSL 344.78º 0.93% 0.57% -
HSV(B) 344.78º 0.83% 0.97% -
XYZ 41.21 22.24 12.71 -
YUV 109.22 119.42 226.27 -
System Red Green Blue C M Y K H S L
Decimal 247 42 94 0 0.83 0.62 0.03 344.78 0.93 0.57
Hex F7 2A 5E 0 53 3E 3 159 5D 39
Octal 367 52 136 0 123 76 3 531 135 71
Binary 11110111 101010 1011110 0 1010011 111110 11 101011001 1011101 111001

Color Harmonies of #F72A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72A5E

Black with #F72A5E

Text Example


Text Example

White with #F72A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72A5E; }

 p { color: rgb(247,42,94); }

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

background-color css

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

 a { background-color: rgb(247,42,94); }

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

border-color css

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

 span { border-color: rgb(247,42,94); }

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