Html Css Color HEX #F74053 Radical Red

📋 copy color: '#F74053'

red 247 ◦ green 64 ◦ blue 83

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

Shades of Radical Red #F74053

Tints of Radical Red #F74053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.24%

 BLUE value IS 83 (32.81% from 255) = 21.07%

R = 62.69%
G = 16.24%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F74053 (or 0xF74053) is known color: Radical Red. HEX triplet: F7, 40 and 53. RGB value is (247,64,83). Sum of RGB (Red+Green+Blue) = 247+64+83=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F74053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74053 is #08BFAC. Grayscale: #787878. Windows color (decimal): -573357 or 5456119. OLE color: 5456119.

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

Color convert

RGB 247 64 83 -
CMYK 0 0.74 0.66 0.03
HSL 353.77º 0.92% 0.61% -
HSV(B) 353.77º 0.74% 0.97% -
XYZ 41.75 24.07 10.63 -
YUV 120.88 106.63 217.96 -
System Red Green Blue C M Y K H S L
Decimal 247 64 83 0 0.74 0.66 0.03 353.77 0.92 0.61
Hex F7 40 53 0 4A 42 3 162 5C 3D
Octal 367 100 123 0 112 102 3 542 134 75
Binary 11110111 1000000 1010011 0 1001010 1000010 11 101100010 1011100 111101

Color Harmonies of #F74053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74053

Black with #F74053

Text Example


Text Example

White with #F74053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74053; }

 p { color: rgb(247,64,83); }

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

background-color css

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

 a { background-color: rgb(247,64,83); }

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

border-color css

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

 span { border-color: rgb(247,64,83); }

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