Html Css Color HEX #F75155 Radical Red

📋 copy color: '#F75155'

red 247 ◦ green 81 ◦ blue 85

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

Shades of Radical Red #F75155

Tints of Radical Red #F75155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.61%

 BLUE value IS 85 (33.59% from 255) = 20.58%

R = 59.81%
G = 19.61%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F75155 (or 0xF75155) is known color: Radical Red. HEX triplet: F7, 51 and 55. RGB value is (247,81,85). Sum of RGB (Red+Green+Blue) = 247+81+85=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F75155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75155 is #08AEAA. Grayscale: #838383. Windows color (decimal): -569003 or 5591543. OLE color: 5591543.

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

Color convert

RGB 247 81 85 -
CMYK 0 0.67 0.66 0.03
HSL 358.55º 0.91% 0.64% -
HSV(B) 358.55º 0.67% 0.97% -
XYZ 42.94 26.31 11.41 -
YUV 131.09 102 210.67 -
System Red Green Blue C M Y K H S L
Decimal 247 81 85 0 0.67 0.66 0.03 358.55 0.91 0.64
Hex F7 51 55 0 43 42 3 167 5B 40
Octal 367 121 125 0 103 102 3 547 133 100
Binary 11110111 1010001 1010101 0 1000011 1000010 11 101100111 1011011 1000000

Color Harmonies of #F75155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75155

Black with #F75155

Text Example


Text Example

White with #F75155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75155; }

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

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

background-color css

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

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

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

border-color css

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

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

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