Html Css Color HEX #FA1E68 Radical Red

📋 copy color: '#FA1E68'

red 250 ◦ green 30 ◦ blue 104

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

Shades of Radical Red #FA1E68

Tints of Radical Red #FA1E68

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.81%

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

R = 65.1%
G = 7.81%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA1E68 (or 0xFA1E68) is known color: Radical Red. HEX triplet: FA, 1E and 68. RGB value is (250,30,104). Sum of RGB (Red+Green+Blue) = 250+30+104=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1E68 is #05E197. Grayscale: #686868. Windows color (decimal): -385432 or 6823674. OLE color: 6823674.

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

Color convert

RGB 250 30 104 -
CMYK 0 0.88 0.58 0.02
HSL 339.82º 0.96% 0.55% -
HSV(B) 339.82º 0.88% 0.98% -
XYZ 42.39 22.25 15.16 -
YUV 104.22 127.89 231.98 -
System Red Green Blue C M Y K H S L
Decimal 250 30 104 0 0.88 0.58 0.02 339.82 0.96 0.55
Hex FA 1E 68 0 58 3A 2 154 60 37
Octal 372 36 150 0 130 72 2 524 140 67
Binary 11111010 11110 1101000 0 1011000 111010 10 101010100 1100000 110111

Color Harmonies of #FA1E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E68

Black with #FA1E68

Text Example


Text Example

White with #FA1E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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