Html Css Color HEX #FA206F Radical Red

📋 copy color: '#FA206F'

red 250 ◦ green 32 ◦ blue 111

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

Shades of Radical Red #FA206F

Tints of Radical Red #FA206F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.24%

R = 63.61%
G = 8.14%
B = 28.24%

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

#FA206F (or 0xFA206F) is known color: Radical Red. HEX triplet: FA, 20 and 6F. RGB value is (250,32,111). Sum of RGB (Red+Green+Blue) = 250+32+111=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA206F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA206F is #05DF90. Grayscale: #6A6A6A. Windows color (decimal): -384913 or 7282938. OLE color: 7282938.

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

Color convert

RGB 250 32 111 -
CMYK 0 0.87 0.56 0.02
HSL 338.26º 0.96% 0.55% -
HSV(B) 338.26º 0.87% 0.98% -
XYZ 42.81 22.5 17.13 -
YUV 106.19 130.72 230.58 -
System Red Green Blue C M Y K H S L
Decimal 250 32 111 0 0.87 0.56 0.02 338.26 0.96 0.55
Hex FA 20 6F 0 57 38 2 152 60 37
Octal 372 40 157 0 127 70 2 522 140 67
Binary 11111010 100000 1101111 0 1010111 111000 10 101010010 1100000 110111

Color Harmonies of #FA206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA206F

Black with #FA206F

Text Example


Text Example

White with #FA206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA206F; }

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

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

background-color css

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

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

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

border-color css

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

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

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