Html Css Color HEX #F7415C Radical Red

📋 copy color: '#F7415C'

red 247 ◦ green 65 ◦ blue 92

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

Shades of Radical Red #F7415C

Tints of Radical Red #F7415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.09%

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

R = 61.14%
G = 16.09%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F7415C (or 0xF7415C) is known color: Radical Red. HEX triplet: F7, 41 and 5C. RGB value is (247,65,92). Sum of RGB (Red+Green+Blue) = 247+65+92=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F7415C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7415C is #08BEA3. Grayscale: #7A7A7A. Windows color (decimal): -573092 or 6046199. OLE color: 6046199.

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

Color convert

RGB 247 65 92 -
CMYK 0 0.74 0.63 0.03
HSL 351.1º 0.92% 0.61% -
HSV(B) 351.1º 0.74% 0.97% -
XYZ 42.18 24.33 12.6 -
YUV 122.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 247 65 92 0 0.74 0.63 0.03 351.1 0.92 0.61
Hex F7 41 5C 0 4A 3F 3 15F 5C 3D
Octal 367 101 134 0 112 77 3 537 134 75
Binary 11110111 1000001 1011100 0 1001010 111111 11 101011111 1011100 111101

Color Harmonies of #F7415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7415C

Black with #F7415C

Text Example


Text Example

White with #F7415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7415C; }

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

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

background-color css

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

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

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

border-color css

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

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

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