Html Css Color HEX #FA206C Radical Red

📋 copy color: '#FA206C'

red 250 ◦ green 32 ◦ blue 108

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

Shades of Radical Red #FA206C

Tints of Radical Red #FA206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.21%

 BLUE value IS 108 (42.58% from 255) = 27.69%

R = 64.1%
G = 8.21%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA206C (or 0xFA206C) is known color: Radical Red. HEX triplet: FA, 20 and 6C. RGB value is (250,32,108). Sum of RGB (Red+Green+Blue) = 250+32+108=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA206C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA206C is #05DF93. Grayscale: #696969. Windows color (decimal): -384916 or 7086330. OLE color: 7086330.

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

Color convert

RGB 250 32 108 -
CMYK 0 0.87 0.57 0.02
HSL 339.08º 0.96% 0.55% -
HSV(B) 339.08º 0.87% 0.98% -
XYZ 42.65 22.44 16.27 -
YUV 105.85 129.22 230.82 -
System Red Green Blue C M Y K H S L
Decimal 250 32 108 0 0.87 0.57 0.02 339.08 0.96 0.55
Hex FA 20 6C 0 57 39 2 153 60 37
Octal 372 40 154 0 127 71 2 523 140 67
Binary 11111010 100000 1101100 0 1010111 111001 10 101010011 1100000 110111

Color Harmonies of #FA206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA206C

Black with #FA206C

Text Example


Text Example

White with #FA206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA206C; }

 p { color: rgb(250,32,108); }

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

background-color css

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

 a { background-color: rgb(250,32,108); }

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

border-color css

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

 span { border-color: rgb(250,32,108); }

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