Html Css Color HEX #FA2C75 Radical Red

📋 copy color: '#FA2C75'

red 250 ◦ green 44 ◦ blue 117

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

Shades of Radical Red #FA2C75

Tints of Radical Red #FA2C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.47%

R = 60.83%
G = 10.71%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA2C75 (or 0xFA2C75) is known color: Radical Red. HEX triplet: FA, 2C and 75. RGB value is (250,44,117). Sum of RGB (Red+Green+Blue) = 250+44+117=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2C75 is #05D38A. Grayscale: #717171. Windows color (decimal): -381835 or 7679226. OLE color: 7679226.

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

Color convert

RGB 250 44 117 -
CMYK 0 0.82 0.53 0.02
HSL 338.74º 0.95% 0.58% -
HSV(B) 338.74º 0.82% 0.98% -
XYZ 43.54 23.41 19.05 -
YUV 113.92 129.75 225.06 -
System Red Green Blue C M Y K H S L
Decimal 250 44 117 0 0.82 0.53 0.02 338.74 0.95 0.58
Hex FA 2C 75 0 52 35 2 153 5F 3A
Octal 372 54 165 0 122 65 2 523 137 72
Binary 11111010 101100 1110101 0 1010010 110101 10 101010011 1011111 111010

Color Harmonies of #FA2C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C75

Black with #FA2C75

Text Example


Text Example

White with #FA2C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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