Html Css Color HEX #F74355 Radical Red

📋 copy color: '#F74355'

red 247 ◦ green 67 ◦ blue 85

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

Shades of Radical Red #F74355

Tints of Radical Red #F74355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.79%

 BLUE value IS 85 (33.59% from 255) = 21.3%

R = 61.9%
G = 16.79%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F74355 (or 0xF74355) is known color: Radical Red. HEX triplet: F7, 43 and 55. RGB value is (247,67,85). Sum of RGB (Red+Green+Blue) = 247+67+85=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F74355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74355 is #08BCAA. Grayscale: #7A7A7A. Windows color (decimal): -572587 or 5587959. OLE color: 5587959.

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

Color convert

RGB 247 67 85 -
CMYK 0 0.73 0.66 0.03
HSL 354º 0.92% 0.62% -
HSV(B) 354º 0.73% 0.97% -
XYZ 42 24.44 11.1 -
YUV 122.87 106.63 216.54 -
System Red Green Blue C M Y K H S L
Decimal 247 67 85 0 0.73 0.66 0.03 354 0.92 0.62
Hex F7 43 55 0 49 42 3 162 5C 3E
Octal 367 103 125 0 111 102 3 542 134 76
Binary 11110111 1000011 1010101 0 1001001 1000010 11 101100010 1011100 111110

Color Harmonies of #F74355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74355

Black with #F74355

Text Example


Text Example

White with #F74355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74355; }

 p { color: rgb(247,67,85); }

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

background-color css

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

 a { background-color: rgb(247,67,85); }

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

border-color css

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

 span { border-color: rgb(247,67,85); }

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