Html Css Color HEX #F9285C Radical Red

📋 copy color: '#F9285C'

red 249 ◦ green 40 ◦ blue 92

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

Shades of Radical Red #F9285C

Tints of Radical Red #F9285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.5%

 BLUE value IS 92 (36.33% from 255) = 24.15%

R = 65.35%
G = 10.5%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9285C (or 0xF9285C) is known color: Radical Red. HEX triplet: F9, 28 and 5C. RGB value is (249,40,92). Sum of RGB (Red+Green+Blue) = 249+40+92=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F9285C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9285C is #06D7A3. Grayscale: #6C6C6C. Windows color (decimal): -448420 or 6039801. OLE color: 6039801.

HSL color Cylindrical-coordinate representation of color #F9285C: hue angle of 345.07º 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 #F9285C is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 40 92 -
CMYK 0 0.84 0.63 0.02
HSL 345.07º 0.95% 0.57% -
HSV(B) 345.07º 0.84% 0.98% -
XYZ 41.76 22.43 12.25 -
YUV 108.42 118.74 228.27 -
System Red Green Blue C M Y K H S L
Decimal 249 40 92 0 0.84 0.63 0.02 345.07 0.95 0.57
Hex F9 28 5C 0 54 3F 2 159 5F 39
Octal 371 50 134 0 124 77 2 531 137 71
Binary 11111001 101000 1011100 0 1010100 111111 10 101011001 1011111 111001

Color Harmonies of #F9285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9285C

Black with #F9285C

Text Example


Text Example

White with #F9285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9285C; }

 p { color: rgb(249,40,92); }

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

background-color css

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

 a { background-color: rgb(249,40,92); }

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

border-color css

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

 span { border-color: rgb(249,40,92); }

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