#F9275A

Color #F9275A Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F9275A

Tints of Radical Red #F9275A

Color information

#F9275A (or 0xF9275A) is unknown color: approx Radical Red. HEX triplet: F9, 27 and 5A. RGB value is (249,39,90). Sum of RGB (Red+Green+Blue) = 249+39+90=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F9275A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9275A is #06D8A5. Grayscale: #6B6B6B. Windows color (decimal): -448678 or 5908473. OLE color: 5908473.

HSL color Cylindrical-coordinate representation of color #F9275A: hue angle of 345.43º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9275A is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB2493990-
CMYK00.840.640.02
HSL345.43º94.59%56.47%-
HSV(B)345.43º84.34%97.65%-
XYZ41.6422.3311.79-
YUV107.6118.07228.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 65.87%
GREEN value IS 39 (15.62% from 255) = 10.32%
BLUE value IS 90 (35.55% from 255) = 23.81%
R=65.87%
G=10.32%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249399000.840.640.02345.4394.5956.47
HexF9275A0544021595f38
Octal371471320124100253113770
Binary111110011001111011010010101001000000101010110011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9275A; }

 p { color: rgb(249,39,90); }

 H1.HeaderClassName
 {
   color: #F9275A;
 }
 .AnyTagClassName
 {
   color: #F9275A;
 }
</style>
background-color css

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

 a { background-color: rgb(249,39,90); }

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

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

 span { border-color: rgb(249,39,90); }

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