Html Css Color HEX #F7295D Radical Red

📋 copy color: '#F7295D'

red 247 ◦ green 41 ◦ blue 93

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

Shades of Radical Red #F7295D

Tints of Radical Red #F7295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.41%

R = 64.83%
G = 10.76%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7295D (or 0xF7295D) is known color: Radical Red. HEX triplet: F7, 29 and 5D. RGB value is (247,41,93). Sum of RGB (Red+Green+Blue) = 247+41+93=381 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.83% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 247 - color contains mainly: red. Hex color #F7295D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7295D is #08D6A2. Grayscale: #6C6C6C. Windows color (decimal): -579235 or 6105591. OLE color: 6105591.

HSL color Cylindrical-coordinate representation of color #F7295D: hue angle of 344.85º 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 #F7295D is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 41 93 -
CMYK 0 0.83 0.62 0.03
HSL 344.85º 0.93% 0.56% -
HSV(B) 344.85º 0.83% 0.97% -
XYZ 41.13 22.15 12.46 -
YUV 108.52 119.25 226.77 -
System Red Green Blue C M Y K H S L
Decimal 247 41 93 0 0.83 0.62 0.03 344.85 0.93 0.56
Hex F7 29 5D 0 53 3E 3 159 5D 38
Octal 367 51 135 0 123 76 3 531 135 70
Binary 11110111 101001 1011101 0 1010011 111110 11 101011001 1011101 111000

Color Harmonies of #F7295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7295D

Black with #F7295D

Text Example


Text Example

White with #F7295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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