Html Css Color HEX #FA285B Radical Red

📋 copy color: '#FA285B'

red 250 ◦ green 40 ◦ blue 91

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

Shades of Radical Red #FA285B

Tints of Radical Red #FA285B

RGB

 RED value IS 250 (98.05% from 255) = 65.62%

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

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

R = 65.62%
G = 10.5%
B = 23.88%

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

#FA285B (or 0xFA285B) is known color: Radical Red. HEX triplet: FA, 28 and 5B. RGB value is (250,40,91). Sum of RGB (Red+Green+Blue) = 250+40+91=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA285B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA285B is #05D7A4. Grayscale: #6C6C6C. Windows color (decimal): -382885 or 5974266. OLE color: 5974266.

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

Color convert

RGB 250 40 91 -
CMYK 0 0.84 0.64 0.02
HSL 345.43º 0.95% 0.57% -
HSV(B) 345.43º 0.84% 0.98% -
XYZ 42.07 22.6 12.04 -
YUV 108.6 118.07 228.85 -
System Red Green Blue C M Y K H S L
Decimal 250 40 91 0 0.84 0.64 0.02 345.43 0.95 0.57
Hex FA 28 5B 0 54 40 2 159 5F 39
Octal 372 50 133 0 124 100 2 531 137 71
Binary 11111010 101000 1011011 0 1010100 1000000 10 101011001 1011111 111001

Color Harmonies of #FA285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA285B

Black with #FA285B

Text Example


Text Example

White with #FA285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA285B; }

 p { color: rgb(250,40,91); }

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

background-color css

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

 a { background-color: rgb(250,40,91); }

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

border-color css

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

 span { border-color: rgb(250,40,91); }

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