Html Css Color HEX #FA2878 Radical Red

📋 copy color: '#FA2878'

red 250 ◦ green 40 ◦ blue 120

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

Shades of Radical Red #FA2878

Tints of Radical Red #FA2878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.27%

R = 60.98%
G = 9.76%
B = 29.27%

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

#FA2878 (or 0xFA2878) is known color: Radical Red. HEX triplet: FA, 28 and 78. RGB value is (250,40,120). Sum of RGB (Red+Green+Blue) = 250+40+120=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2878 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2878 is #05D787. Grayscale: #6F6F6F. Windows color (decimal): -382856 or 7874810. OLE color: 7874810.

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

Color convert

RGB 250 40 120 -
CMYK 0 0.84 0.52 0.02
HSL 337.14º 0.95% 0.57% -
HSV(B) 337.14º 0.84% 0.98% -
XYZ 43.57 23.2 19.95 -
YUV 111.91 132.57 226.5 -
System Red Green Blue C M Y K H S L
Decimal 250 40 120 0 0.84 0.52 0.02 337.14 0.95 0.57
Hex FA 28 78 0 54 34 2 151 5F 39
Octal 372 50 170 0 124 64 2 521 137 71
Binary 11111010 101000 1111000 0 1010100 110100 10 101010001 1011111 111001

Color Harmonies of #FA2878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2878

Black with #FA2878

Text Example


Text Example

White with #FA2878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2878; }

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

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

background-color css

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

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

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

border-color css

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

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

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