Html Css Color HEX #F9266B Radical Red

📋 copy color: '#F9266B'

red 249 ◦ green 38 ◦ blue 107

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

Shades of Radical Red #F9266B

Tints of Radical Red #F9266B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.64%

 BLUE value IS 107 (42.19% from 255) = 27.16%

R = 63.2%
G = 9.64%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9266B (or 0xF9266B) is known color: Radical Red. HEX triplet: F9, 26 and 6B. RGB value is (249,38,107). Sum of RGB (Red+Green+Blue) = 249+38+107=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9266B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9266B is #06D994. Grayscale: #6C6C6C. Windows color (decimal): -448917 or 7022329. OLE color: 7022329.

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

Color convert

RGB 249 38 107 -
CMYK 0 0.85 0.57 0.02
HSL 340.38º 0.95% 0.56% -
HSV(B) 340.38º 0.85% 0.98% -
XYZ 42.41 22.59 16.03 -
YUV 108.96 126.9 227.89 -
System Red Green Blue C M Y K H S L
Decimal 249 38 107 0 0.85 0.57 0.02 340.38 0.95 0.56
Hex F9 26 6B 0 55 39 2 154 5F 38
Octal 371 46 153 0 125 71 2 524 137 70
Binary 11111001 100110 1101011 0 1010101 111001 10 101010100 1011111 111000

Color Harmonies of #F9266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9266B

Black with #F9266B

Text Example


Text Example

White with #F9266B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9266B; }

 p { color: rgb(249,38,107); }

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

background-color css

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

 a { background-color: rgb(249,38,107); }

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

border-color css

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

 span { border-color: rgb(249,38,107); }

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