Html Css Color HEX #F9255B Radical Red

📋 copy color: '#F9255B'

red 249 ◦ green 37 ◦ blue 91

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

Shades of Radical Red #F9255B

Tints of Radical Red #F9255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.81%

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 66.05%
G = 9.81%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9255B (or 0xF9255B) is known color: Radical Red. HEX triplet: F9, 25 and 5B. RGB value is (249,37,91). Sum of RGB (Red+Green+Blue) = 249+37+91=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F9255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9255B is #06DAA4. Grayscale: #6A6A6A. Windows color (decimal): -449189 or 5973497. OLE color: 5973497.

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

Color convert

RGB 249 37 91 -
CMYK 0 0.85 0.63 0.02
HSL 344.72º 0.95% 0.56% -
HSV(B) 344.72º 0.85% 0.98% -
XYZ 41.62 22.22 11.99 -
YUV 106.54 119.24 229.61 -
System Red Green Blue C M Y K H S L
Decimal 249 37 91 0 0.85 0.63 0.02 344.72 0.95 0.56
Hex F9 25 5B 0 55 3F 2 159 5F 38
Octal 371 45 133 0 125 77 2 531 137 70
Binary 11111001 100101 1011011 0 1010101 111111 10 101011001 1011111 111000

Color Harmonies of #F9255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9255B

Black with #F9255B

Text Example


Text Example

White with #F9255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9255B; }

 p { color: rgb(249,37,91); }

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

background-color css

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

 a { background-color: rgb(249,37,91); }

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

border-color css

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

 span { border-color: rgb(249,37,91); }

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