Html Css Color HEX #FA2154 Radical Red

📋 copy color: '#FA2154'

red 250 ◦ green 33 ◦ blue 84

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

Shades of Radical Red #FA2154

Tints of Radical Red #FA2154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.99%

 BLUE value IS 84 (33.2% from 255) = 22.89%

R = 68.12%
G = 8.99%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA2154 (or 0xFA2154) is known color: Radical Red. HEX triplet: FA, 21 and 54. RGB value is (250,33,84). Sum of RGB (Red+Green+Blue) = 250+33+84=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2154 is #05DEAB. Grayscale: #676767. Windows color (decimal): -384684 or 5513722. OLE color: 5513722.

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

Color convert

RGB 250 33 84 -
CMYK 0 0.87 0.66 0.02
HSL 345.9º 0.96% 0.55% -
HSV(B) 345.9º 0.87% 0.98% -
XYZ 41.57 22.05 10.45 -
YUV 103.7 116.89 232.35 -
System Red Green Blue C M Y K H S L
Decimal 250 33 84 0 0.87 0.66 0.02 345.9 0.96 0.55
Hex FA 21 54 0 57 42 2 15A 60 37
Octal 372 41 124 0 127 102 2 532 140 67
Binary 11111010 100001 1010100 0 1010111 1000010 10 101011010 1100000 110111

Color Harmonies of #FA2154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2154

Black with #FA2154

Text Example


Text Example

White with #FA2154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2154; }

 p { color: rgb(250,33,84); }

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

background-color css

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

 a { background-color: rgb(250,33,84); }

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

border-color css

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

 span { border-color: rgb(250,33,84); }

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