Html Css Color HEX #F73568 Radical Red

📋 copy color: '#F73568'

red 247 ◦ green 53 ◦ blue 104

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

Shades of Radical Red #F73568

Tints of Radical Red #F73568

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.12%

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

R = 61.14%
G = 13.12%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F73568 (or 0xF73568) is known color: Radical Red. HEX triplet: F7, 35 and 68. RGB value is (247,53,104). Sum of RGB (Red+Green+Blue) = 247+53+104=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F73568 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73568 is #08CA97. Grayscale: #747474. Windows color (decimal): -576152 or 6829559. OLE color: 6829559.

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

Color convert

RGB 247 53 104 -
CMYK 0 0.79 0.58 0.03
HSL 344.23º 0.92% 0.59% -
HSV(B) 344.23º 0.79% 0.97% -
XYZ 42.13 23.32 15.38 -
YUV 116.82 120.77 220.85 -
System Red Green Blue C M Y K H S L
Decimal 247 53 104 0 0.79 0.58 0.03 344.23 0.92 0.59
Hex F7 35 68 0 4F 3A 3 158 5C 3B
Octal 367 65 150 0 117 72 3 530 134 73
Binary 11110111 110101 1101000 0 1001111 111010 11 101011000 1011100 111011

Color Harmonies of #F73568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73568

Black with #F73568

Text Example


Text Example

White with #F73568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73568; }

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

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

background-color css

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

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

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

border-color css

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

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

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