Html Css Color HEX #F72B5A Radical Red

📋 copy color: '#F72B5A'

red 247 ◦ green 43 ◦ blue 90

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

Shades of Radical Red #F72B5A

Tints of Radical Red #F72B5A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.32%

 BLUE value IS 90 (35.55% from 255) = 23.68%

R = 65%
G = 11.32%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F72B5A (or 0xF72B5A) is known color: Radical Red. HEX triplet: F7, 2B and 5A. RGB value is (247,43,90). Sum of RGB (Red+Green+Blue) = 247+43+90=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F72B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72B5A is #08D4A5. Grayscale: #6D6D6D. Windows color (decimal): -578726 or 5909495. OLE color: 5909495.

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

Color convert

RGB 247 43 90 -
CMYK 0 0.83 0.64 0.03
HSL 346.18º 0.93% 0.57% -
HSV(B) 346.18º 0.83% 0.97% -
XYZ 41.07 22.24 11.8 -
YUV 109.35 117.09 226.18 -
System Red Green Blue C M Y K H S L
Decimal 247 43 90 0 0.83 0.64 0.03 346.18 0.93 0.57
Hex F7 2B 5A 0 53 40 3 15A 5D 39
Octal 367 53 132 0 123 100 3 532 135 71
Binary 11110111 101011 1011010 0 1010011 1000000 11 101011010 1011101 111001

Color Harmonies of #F72B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72B5A

Black with #F72B5A

Text Example


Text Example

White with #F72B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72B5A; }

 p { color: rgb(247,43,90); }

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

background-color css

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

 a { background-color: rgb(247,43,90); }

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

border-color css

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

 span { border-color: rgb(247,43,90); }

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