Html Css Color HEX #F9295A Radical Red

📋 copy color: '#F9295A'

red 249 ◦ green 41 ◦ blue 90

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

Shades of Radical Red #F9295A

Tints of Radical Red #F9295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.79%

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

R = 65.53%
G = 10.79%
B = 23.68%

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

#F9295A (or 0xF9295A) is known color: Radical Red. HEX triplet: F9, 29 and 5A. RGB value is (249,41,90). Sum of RGB (Red+Green+Blue) = 249+41+90=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F9295A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9295A is #06D6A5. Grayscale: #6C6C6C. Windows color (decimal): -448166 or 5908985. OLE color: 5908985.

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

Color convert

RGB 249 41 90 -
CMYK 0 0.84 0.64 0.02
HSL 345.87º 0.95% 0.57% -
HSV(B) 345.87º 0.84% 0.98% -
XYZ 41.71 22.46 11.81 -
YUV 108.78 117.41 228.02 -
System Red Green Blue C M Y K H S L
Decimal 249 41 90 0 0.84 0.64 0.02 345.87 0.95 0.57
Hex F9 29 5A 0 54 40 2 15A 5F 39
Octal 371 51 132 0 124 100 2 532 137 71
Binary 11111001 101001 1011010 0 1010100 1000000 10 101011010 1011111 111001

Color Harmonies of #F9295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9295A

Black with #F9295A

Text Example


Text Example

White with #F9295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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