Html Css Color HEX #F7295C Radical Red

📋 copy color: '#F7295C'

red 247 ◦ green 41 ◦ blue 92

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

Shades of Radical Red #F7295C

Tints of Radical Red #F7295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.79%

 BLUE value IS 92 (36.33% from 255) = 24.21%

R = 65%
G = 10.79%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F7295C (or 0xF7295C) is known color: Radical Red. HEX triplet: F7, 29 and 5C. RGB value is (247,41,92). Sum of RGB (Red+Green+Blue) = 247+41+92=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F7295C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7295C is #08D6A3. Grayscale: #6C6C6C. Windows color (decimal): -579236 or 6040055. OLE color: 6040055.

HSL color Cylindrical-coordinate representation of color #F7295C: hue angle of 345.15º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F7295C is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 41 92 -
CMYK 0 0.83 0.63 0.03
HSL 345.15º 0.93% 0.56% -
HSV(B) 345.15º 0.83% 0.97% -
XYZ 41.08 22.13 12.23 -
YUV 108.41 118.75 226.85 -
System Red Green Blue C M Y K H S L
Decimal 247 41 92 0 0.83 0.63 0.03 345.15 0.93 0.56
Hex F7 29 5C 0 53 3F 3 159 5D 38
Octal 367 51 134 0 123 77 3 531 135 70
Binary 11110111 101001 1011100 0 1010011 111111 11 101011001 1011101 111000

Color Harmonies of #F7295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7295C

Black with #F7295C

Text Example


Text Example

White with #F7295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7295C; }

 p { color: rgb(247,41,92); }

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

background-color css

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

 a { background-color: rgb(247,41,92); }

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

border-color css

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

 span { border-color: rgb(247,41,92); }

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