Html Css Color HEX #FA2874 Radical Red

📋 copy color: '#FA2874'

red 250 ◦ green 40 ◦ blue 116

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

Shades of Radical Red #FA2874

Tints of Radical Red #FA2874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.57%

R = 61.58%
G = 9.85%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA2874 (or 0xFA2874) is known color: Radical Red. HEX triplet: FA, 28 and 74. RGB value is (250,40,116). Sum of RGB (Red+Green+Blue) = 250+40+116=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2874 is #05D78B. Grayscale: #6F6F6F. Windows color (decimal): -382860 or 7612666. OLE color: 7612666.

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

Color convert

RGB 250 40 116 -
CMYK 0 0.84 0.54 0.02
HSL 338.29º 0.95% 0.57% -
HSV(B) 338.29º 0.84% 0.98% -
XYZ 43.34 23.1 18.7 -
YUV 111.45 130.57 226.82 -
System Red Green Blue C M Y K H S L
Decimal 250 40 116 0 0.84 0.54 0.02 338.29 0.95 0.57
Hex FA 28 74 0 54 36 2 152 5F 39
Octal 372 50 164 0 124 66 2 522 137 71
Binary 11111010 101000 1110100 0 1010100 110110 10 101010010 1011111 111001

Color Harmonies of #FA2874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2874

Black with #FA2874

Text Example


Text Example

White with #FA2874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2874; }

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

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

background-color css

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

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

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

border-color css

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

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

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