Html Css Color HEX #F9515B Radical Red

📋 copy color: '#F9515B'

red 249 ◦ green 81 ◦ blue 91

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

Shades of Radical Red #F9515B

Tints of Radical Red #F9515B

RGB

 RED value IS 249 (97.66% from 255) = 59.14%

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

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

R = 59.14%
G = 19.24%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9515B (or 0xF9515B) is known color: Radical Red. HEX triplet: F9, 51 and 5B. RGB value is (249,81,91). Sum of RGB (Red+Green+Blue) = 249+81+91=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F9515B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9515B is #06AEA4. Grayscale: #848484. Windows color (decimal): -437925 or 5984761. OLE color: 5984761.

HSL color Cylindrical-coordinate representation of color #F9515B: hue angle of 356.43º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F9515B is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 81 91 -
CMYK 0 0.67 0.63 0.02
HSL 356.43º 0.93% 0.65% -
HSV(B) 356.43º 0.67% 0.98% -
XYZ 43.9 26.78 12.75 -
YUV 132.37 104.66 211.19 -
System Red Green Blue C M Y K H S L
Decimal 249 81 91 0 0.67 0.63 0.02 356.43 0.93 0.65
Hex F9 51 5B 0 43 3F 2 164 5D 41
Octal 371 121 133 0 103 77 2 544 135 101
Binary 11111001 1010001 1011011 0 1000011 111111 10 101100100 1011101 1000001

Color Harmonies of #F9515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9515B

Black with #F9515B

Text Example


Text Example

White with #F9515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9515B; }

 p { color: rgb(249,81,91); }

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

background-color css

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

 a { background-color: rgb(249,81,91); }

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

border-color css

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

 span { border-color: rgb(249,81,91); }

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