Html Css Color HEX #FA2068 Radical Red

📋 copy color: '#FA2068'

red 250 ◦ green 32 ◦ blue 104

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

Shades of Radical Red #FA2068

Tints of Radical Red #FA2068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.94%

R = 64.77%
G = 8.29%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA2068 (or 0xFA2068) is known color: Radical Red. HEX triplet: FA, 20 and 68. RGB value is (250,32,104). Sum of RGB (Red+Green+Blue) = 250+32+104=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2068 is #05DF97. Grayscale: #696969. Windows color (decimal): -384920 or 6824186. OLE color: 6824186.

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

Color convert

RGB 250 32 104 -
CMYK 0 0.87 0.58 0.02
HSL 340.18º 0.96% 0.55% -
HSV(B) 340.18º 0.87% 0.98% -
XYZ 42.44 22.36 15.18 -
YUV 105.39 127.22 231.15 -
System Red Green Blue C M Y K H S L
Decimal 250 32 104 0 0.87 0.58 0.02 340.18 0.96 0.55
Hex FA 20 68 0 57 3A 2 154 60 37
Octal 372 40 150 0 127 72 2 524 140 67
Binary 11111010 100000 1101000 0 1010111 111010 10 101010100 1100000 110111

Color Harmonies of #FA2068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2068

Black with #FA2068

Text Example


Text Example

White with #FA2068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2068; }

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

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

background-color css

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

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

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

border-color css

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

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

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