Html Css Color HEX #F9226D Radical Red

📋 copy color: '#F9226D'

red 249 ◦ green 34 ◦ blue 109

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

Shades of Radical Red #F9226D

Tints of Radical Red #F9226D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.67%

 BLUE value IS 109 (42.97% from 255) = 27.81%

R = 63.52%
G = 8.67%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#F9226D (or 0xF9226D) is known color: Radical Red. HEX triplet: F9, 22 and 6D. RGB value is (249,34,109). Sum of RGB (Red+Green+Blue) = 249+34+109=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F9226D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9226D is #06DD92. Grayscale: #6A6A6A. Windows color (decimal): -449939 or 7152377. OLE color: 7152377.

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

Color convert

RGB 249 34 109 -
CMYK 0 0.86 0.56 0.02
HSL 339.07º 0.95% 0.55% -
HSV(B) 339.07º 0.86% 0.98% -
XYZ 42.4 22.39 16.55 -
YUV 106.84 129.23 229.4 -
System Red Green Blue C M Y K H S L
Decimal 249 34 109 0 0.86 0.56 0.02 339.07 0.95 0.55
Hex F9 22 6D 0 56 38 2 153 5F 37
Octal 371 42 155 0 126 70 2 523 137 67
Binary 11111001 100010 1101101 0 1010110 111000 10 101010011 1011111 110111

Color Harmonies of #F9226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9226D

Black with #F9226D

Text Example


Text Example

White with #F9226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9226D; }

 p { color: rgb(249,34,109); }

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

background-color css

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

 a { background-color: rgb(249,34,109); }

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

border-color css

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

 span { border-color: rgb(249,34,109); }

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