Html Css Color HEX #F75051 Radical Red

📋 copy color: '#F75051'

red 247 ◦ green 80 ◦ blue 81

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

Shades of Radical Red #F75051

Tints of Radical Red #F75051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.61%

 BLUE value IS 81 (32.03% from 255) = 19.85%

R = 60.54%
G = 19.61%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F75051 (or 0xF75051) is known color: Radical Red. HEX triplet: F7, 50 and 51. RGB value is (247,80,81). Sum of RGB (Red+Green+Blue) = 247+80+81=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F75051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75051 is #08AFAE. Grayscale: #828282. Windows color (decimal): -569263 or 5329143. OLE color: 5329143.

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

Color convert

RGB 247 80 81 -
CMYK 0 0.68 0.67 0.03
HSL 359.64º 0.91% 0.64% -
HSV(B) 359.64º 0.68% 0.97% -
XYZ 42.71 26.11 10.57 -
YUV 130.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 247 80 81 0 0.68 0.67 0.03 359.64 0.91 0.64
Hex F7 50 51 0 44 43 3 168 5B 40
Octal 367 120 121 0 104 103 3 550 133 100
Binary 11110111 1010000 1010001 0 1000100 1000011 11 101101000 1011011 1000000

Color Harmonies of #F75051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75051

Black with #F75051

Text Example


Text Example

White with #F75051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75051; }

 p { color: rgb(247,80,81); }

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

background-color css

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

 a { background-color: rgb(247,80,81); }

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

border-color css

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

 span { border-color: rgb(247,80,81); }

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