Html Css Color HEX #F74255 Radical Red

📋 copy color: '#F74255'

red 247 ◦ green 66 ◦ blue 85

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

Shades of Radical Red #F74255

Tints of Radical Red #F74255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.58%

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

R = 62.06%
G = 16.58%
B = 21.36%

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

#F74255 (or 0xF74255) is known color: Radical Red. HEX triplet: F7, 42 and 55. RGB value is (247,66,85). Sum of RGB (Red+Green+Blue) = 247+66+85=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F74255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74255 is #08BDAA. Grayscale: #7A7A7A. Windows color (decimal): -572843 or 5587703. OLE color: 5587703.

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

Color convert

RGB 247 66 85 -
CMYK 0 0.73 0.66 0.03
HSL 353.7º 0.92% 0.61% -
HSV(B) 353.7º 0.73% 0.97% -
XYZ 41.95 24.33 11.08 -
YUV 122.29 106.97 216.96 -
System Red Green Blue C M Y K H S L
Decimal 247 66 85 0 0.73 0.66 0.03 353.7 0.92 0.61
Hex F7 42 55 0 49 42 3 162 5C 3D
Octal 367 102 125 0 111 102 3 542 134 75
Binary 11110111 1000010 1010101 0 1001001 1000010 11 101100010 1011100 111101

Color Harmonies of #F74255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74255

Black with #F74255

Text Example


Text Example

White with #F74255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74255; }

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

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

background-color css

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

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

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

border-color css

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

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

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