Html Css Color HEX #FA2C6D Radical Red

📋 copy color: '#FA2C6D'

red 250 ◦ green 44 ◦ blue 109

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

Shades of Radical Red #FA2C6D

Tints of Radical Red #FA2C6D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.92%

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

R = 62.03%
G = 10.92%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA2C6D (or 0xFA2C6D) is known color: Radical Red. HEX triplet: FA, 2C and 6D. RGB value is (250,44,109). Sum of RGB (Red+Green+Blue) = 250+44+109=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2C6D is #05D392. Grayscale: #707070. Windows color (decimal): -381843 or 7154938. OLE color: 7154938.

HSL color Cylindrical-coordinate representation of color #FA2C6D: hue angle of 341.07º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2C6D is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 44 109 -
CMYK 0 0.82 0.56 0.02
HSL 341.07º 0.95% 0.58% -
HSV(B) 341.07º 0.82% 0.98% -
XYZ 43.09 23.23 16.68 -
YUV 113 125.75 225.71 -
System Red Green Blue C M Y K H S L
Decimal 250 44 109 0 0.82 0.56 0.02 341.07 0.95 0.58
Hex FA 2C 6D 0 52 38 2 155 5F 3A
Octal 372 54 155 0 122 70 2 525 137 72
Binary 11111010 101100 1101101 0 1010010 111000 10 101010101 1011111 111010

Color Harmonies of #FA2C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C6D

Black with #FA2C6D

Text Example


Text Example

White with #FA2C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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