Html Css Color HEX #FA216D Radical Red

📋 copy color: '#FA216D'

red 250 ◦ green 33 ◦ blue 109

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

Shades of Radical Red #FA216D

Tints of Radical Red #FA216D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.81%

R = 63.78%
G = 8.42%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA216D (or 0xFA216D) is known color: Radical Red. HEX triplet: FA, 21 and 6D. RGB value is (250,33,109). Sum of RGB (Red+Green+Blue) = 250+33+109=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA216D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA216D is #05DE92. Grayscale: #6A6A6A. Windows color (decimal): -384659 or 7152122. OLE color: 7152122.

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

Color convert

RGB 250 33 109 -
CMYK 0 0.87 0.56 0.02
HSL 338.99º 0.96% 0.55% -
HSV(B) 338.99º 0.87% 0.98% -
XYZ 42.73 22.52 16.56 -
YUV 106.55 129.39 230.32 -
System Red Green Blue C M Y K H S L
Decimal 250 33 109 0 0.87 0.56 0.02 338.99 0.96 0.55
Hex FA 21 6D 0 57 38 2 153 60 37
Octal 372 41 155 0 127 70 2 523 140 67
Binary 11111010 100001 1101101 0 1010111 111000 10 101010011 1100000 110111

Color Harmonies of #FA216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA216D

Black with #FA216D

Text Example


Text Example

White with #FA216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA216D; }

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

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

background-color css

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

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

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

border-color css

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

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

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