Html Css Color HEX #F9275A Radical Red

📋 copy color: '#F9275A'

red 249 ◦ green 39 ◦ blue 90

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

Shades of Radical Red #F9275A

Tints of Radical Red #F9275A

RGB

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

 GREEN value IS 39 (15.63% 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 value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9275A (or 0xF9275A) is known color: 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

RGB 249 39 90 -
CMYK 0 0.84 0.64 0.02
HSL 345.43º 0.95% 0.56% -
HSV(B) 345.43º 0.84% 0.98% -
XYZ 41.64 22.33 11.79 -
YUV 107.6 118.07 228.85 -
System Red Green Blue C M Y K H S L
Decimal 249 39 90 0 0.84 0.64 0.02 345.43 0.95 0.56
Hex F9 27 5A 0 54 40 2 159 5F 38
Octal 371 47 132 0 124 100 2 531 137 70
Binary 11111001 100111 1011010 0 1010100 1000000 10 101011001 1011111 111000

Color Harmonies of #F9275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9275A

Black with #F9275A

Text Example


Text Example

White with #F9275A

Text Example


Text Example

HTML Codes & Css Web 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>