Html Css Color HEX #FA2877 Radical Red

📋 copy color: '#FA2877'

red 250 ◦ green 40 ◦ blue 119

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

Shades of Radical Red #FA2877

Tints of Radical Red #FA2877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 61.12%
G = 9.78%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA2877 (or 0xFA2877) is known color: Radical Red. HEX triplet: FA, 28 and 77. RGB value is (250,40,119). Sum of RGB (Red+Green+Blue) = 250+40+119=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2877 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2877 is #05D788. Grayscale: #6F6F6F. Windows color (decimal): -382857 or 7809274. OLE color: 7809274.

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

Color convert

RGB 250 40 119 -
CMYK 0 0.84 0.52 0.02
HSL 337.43º 0.95% 0.57% -
HSV(B) 337.43º 0.84% 0.98% -
XYZ 43.51 23.17 19.63 -
YUV 111.8 132.07 226.58 -
System Red Green Blue C M Y K H S L
Decimal 250 40 119 0 0.84 0.52 0.02 337.43 0.95 0.57
Hex FA 28 77 0 54 34 2 151 5F 39
Octal 372 50 167 0 124 64 2 521 137 71
Binary 11111010 101000 1110111 0 1010100 110100 10 101010001 1011111 111001

Color Harmonies of #FA2877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2877

Black with #FA2877

Text Example


Text Example

White with #FA2877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2877; }

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

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

background-color css

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

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

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

border-color css

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

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

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