Html Css Color HEX #FA255A Radical Red

📋 copy color: '#FA255A'

red 250 ◦ green 37 ◦ blue 90

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

Shades of Radical Red #FA255A

Tints of Radical Red #FA255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 66.31%
G = 9.81%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA255A (or 0xFA255A) is known color: Radical Red. HEX triplet: FA, 25 and 5A. RGB value is (250,37,90). Sum of RGB (Red+Green+Blue) = 250+37+90=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA255A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA255A is #05DAA5. Grayscale: #6A6A6A. Windows color (decimal): -383654 or 5907962. OLE color: 5907962.

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

Color convert

RGB 250 37 90 -
CMYK 0 0.85 0.64 0.02
HSL 345.07º 0.96% 0.56% -
HSV(B) 345.07º 0.85% 0.98% -
XYZ 41.93 22.39 11.78 -
YUV 106.73 118.57 230.19 -
System Red Green Blue C M Y K H S L
Decimal 250 37 90 0 0.85 0.64 0.02 345.07 0.96 0.56
Hex FA 25 5A 0 55 40 2 159 60 38
Octal 372 45 132 0 125 100 2 531 140 70
Binary 11111010 100101 1011010 0 1010101 1000000 10 101011001 1100000 111000

Color Harmonies of #FA255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA255A

Black with #FA255A

Text Example


Text Example

White with #FA255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA255A; }

 p { color: rgb(250,37,90); }

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

background-color css

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

 a { background-color: rgb(250,37,90); }

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

border-color css

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

 span { border-color: rgb(250,37,90); }

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