Html Css Color HEX #F7215A Radical Red

📋 copy color: '#F7215A'

red 247 ◦ green 33 ◦ blue 90

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

Shades of Radical Red #F7215A

Tints of Radical Red #F7215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.92%

 BLUE value IS 90 (35.55% from 255) = 24.32%

R = 66.76%
G = 8.92%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F7215A (or 0xF7215A) is known color: Radical Red. HEX triplet: F7, 21 and 5A. RGB value is (247,33,90). Sum of RGB (Red+Green+Blue) = 247+33+90=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F7215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7215A is #08DEA5. Grayscale: #676767. Windows color (decimal): -581286 or 5906935. OLE color: 5906935.

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

Color convert

RGB 247 33 90 -
CMYK 0 0.87 0.64 0.03
HSL 344.02º 0.93% 0.55% -
HSV(B) 344.02º 0.87% 0.97% -
XYZ 40.75 21.6 11.69 -
YUV 103.48 120.4 230.37 -
System Red Green Blue C M Y K H S L
Decimal 247 33 90 0 0.87 0.64 0.03 344.02 0.93 0.55
Hex F7 21 5A 0 57 40 3 158 5D 37
Octal 367 41 132 0 127 100 3 530 135 67
Binary 11110111 100001 1011010 0 1010111 1000000 11 101011000 1011101 110111

Color Harmonies of #F7215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7215A

Black with #F7215A

Text Example


Text Example

White with #F7215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7215A; }

 p { color: rgb(247,33,90); }

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

background-color css

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

 a { background-color: rgb(247,33,90); }

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

border-color css

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

 span { border-color: rgb(247,33,90); }

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