Html Css Color HEX #F7375A Radical Red

📋 copy color: '#F7375A'

red 247 ◦ green 55 ◦ blue 90

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

Shades of Radical Red #F7375A

Tints of Radical Red #F7375A

RGB

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

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

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

R = 63.01%
G = 14.03%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F7375A (or 0xF7375A) is known color: Radical Red. HEX triplet: F7, 37 and 5A. RGB value is (247,55,90). Sum of RGB (Red+Green+Blue) = 247+55+90=392 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.01% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 247 - color contains mainly: red. Hex color #F7375A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7375A is #08C8A5. Grayscale: #747474. Windows color (decimal): -575654 or 5912567. OLE color: 5912567.

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

Color convert

RGB 247 55 90 -
CMYK 0 0.78 0.64 0.03
HSL 349.06º 0.92% 0.59% -
HSV(B) 349.06º 0.78% 0.97% -
XYZ 41.57 23.24 11.97 -
YUV 116.4 113.11 221.15 -
System Red Green Blue C M Y K H S L
Decimal 247 55 90 0 0.78 0.64 0.03 349.06 0.92 0.59
Hex F7 37 5A 0 4E 40 3 15D 5C 3B
Octal 367 67 132 0 116 100 3 535 134 73
Binary 11110111 110111 1011010 0 1001110 1000000 11 101011101 1011100 111011

Color Harmonies of #F7375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7375A

Black with #F7375A

Text Example


Text Example

White with #F7375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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