Html Css Color HEX #FA2779 Radical Red

📋 copy color: '#FA2779'

red 250 ◦ green 39 ◦ blue 121

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

Shades of Radical Red #FA2779

Tints of Radical Red #FA2779

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.51%

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 60.98%
G = 9.51%
B = 29.51%

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

#FA2779 (or 0xFA2779) is known color: Radical Red. HEX triplet: FA, 27 and 79. RGB value is (250,39,121). Sum of RGB (Red+Green+Blue) = 250+39+121=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2779 is #05D886. Grayscale: #6F6F6F. Windows color (decimal): -383111 or 7940090. OLE color: 7940090.

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

Color convert

RGB 250 39 121 -
CMYK 0 0.84 0.52 0.02
HSL 336.68º 0.95% 0.57% -
HSV(B) 336.68º 0.84% 0.98% -
XYZ 43.6 23.16 20.26 -
YUV 111.44 133.4 226.83 -
System Red Green Blue C M Y K H S L
Decimal 250 39 121 0 0.84 0.52 0.02 336.68 0.95 0.57
Hex FA 27 79 0 54 34 2 151 5F 39
Octal 372 47 171 0 124 64 2 521 137 71
Binary 11111010 100111 1111001 0 1010100 110100 10 101010001 1011111 111001

Color Harmonies of #FA2779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2779

Black with #FA2779

Text Example


Text Example

White with #FA2779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2779; }

 p { color: rgb(250,39,121); }

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

background-color css

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

 a { background-color: rgb(250,39,121); }

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

border-color css

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

 span { border-color: rgb(250,39,121); }

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