Html Css Color HEX #F9245A Radical Red

📋 copy color: '#F9245A'

red 249 ◦ green 36 ◦ blue 90

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

Shades of Radical Red #F9245A

Tints of Radical Red #F9245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.6%

 BLUE value IS 90 (35.55% from 255) = 24%

R = 66.4%
G = 9.6%
B = 24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9245A (or 0xF9245A) is known color: Radical Red. HEX triplet: F9, 24 and 5A. RGB value is (249,36,90). Sum of RGB (Red+Green+Blue) = 249+36+90=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F9245A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9245A is #06DBA5. Grayscale: #696969. Windows color (decimal): -449446 or 5907705. OLE color: 5907705.

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

Color convert

RGB 249 36 90 -
CMYK 0 0.86 0.64 0.02
HSL 344.79º 0.95% 0.56% -
HSV(B) 344.79º 0.86% 0.98% -
XYZ 41.54 22.14 11.76 -
YUV 105.84 119.07 230.11 -
System Red Green Blue C M Y K H S L
Decimal 249 36 90 0 0.86 0.64 0.02 344.79 0.95 0.56
Hex F9 24 5A 0 56 40 2 159 5F 38
Octal 371 44 132 0 126 100 2 531 137 70
Binary 11111001 100100 1011010 0 1010110 1000000 10 101011001 1011111 111000

Color Harmonies of #F9245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9245A

Black with #F9245A

Text Example


Text Example

White with #F9245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9245A; }

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

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

background-color css

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

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

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

border-color css

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

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

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