Html Css Color HEX #F7375B Radical Red

📋 copy color: '#F7375B'

red 247 ◦ green 55 ◦ blue 91

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

Shades of Radical Red #F7375B

Tints of Radical Red #F7375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.99%

 BLUE value IS 91 (35.94% from 255) = 23.16%

R = 62.85%
G = 13.99%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F7375B (or 0xF7375B) is known color: Radical Red. HEX triplet: F7, 37 and 5B. RGB value is (247,55,91). Sum of RGB (Red+Green+Blue) = 247+55+91=393 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.85% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 247 - color contains mainly: red. Hex color #F7375B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7375B is #08C8A4. Grayscale: #747474. Windows color (decimal): -575653 or 5978103. OLE color: 5978103.

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

Color convert

RGB 247 55 91 -
CMYK 0 0.78 0.63 0.03
HSL 348.75º 0.92% 0.59% -
HSV(B) 348.75º 0.78% 0.97% -
XYZ 41.61 23.26 12.19 -
YUV 116.51 113.61 221.07 -
System Red Green Blue C M Y K H S L
Decimal 247 55 91 0 0.78 0.63 0.03 348.75 0.92 0.59
Hex F7 37 5B 0 4E 3F 3 15D 5C 3B
Octal 367 67 133 0 116 77 3 535 134 73
Binary 11110111 110111 1011011 0 1001110 111111 11 101011101 1011100 111011

Color Harmonies of #F7375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7375B

Black with #F7375B

Text Example


Text Example

White with #F7375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7375B; }

 p { color: rgb(247,55,91); }

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

background-color css

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

 a { background-color: rgb(247,55,91); }

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

border-color css

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

 span { border-color: rgb(247,55,91); }

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