Html Css Color HEX #FA2668 Radical Red

📋 copy color: '#FA2668'

red 250 ◦ green 38 ◦ blue 104

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

Shades of Radical Red #FA2668

Tints of Radical Red #FA2668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.69%

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

R = 63.78%
G = 9.69%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA2668 (or 0xFA2668) is known color: Radical Red. HEX triplet: FA, 26 and 68. RGB value is (250,38,104). Sum of RGB (Red+Green+Blue) = 250+38+104=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2668 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2668 is #05D997. Grayscale: #6C6C6C. Windows color (decimal): -383384 or 6825722. OLE color: 6825722.

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

Color convert

RGB 250 38 104 -
CMYK 0 0.85 0.58 0.02
HSL 341.32º 0.95% 0.56% -
HSV(B) 341.32º 0.85% 0.98% -
XYZ 42.62 22.71 15.23 -
YUV 108.91 125.24 228.63 -
System Red Green Blue C M Y K H S L
Decimal 250 38 104 0 0.85 0.58 0.02 341.32 0.95 0.56
Hex FA 26 68 0 55 3A 2 155 5F 38
Octal 372 46 150 0 125 72 2 525 137 70
Binary 11111010 100110 1101000 0 1010101 111010 10 101010101 1011111 111000

Color Harmonies of #FA2668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2668

Black with #FA2668

Text Example


Text Example

White with #FA2668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2668; }

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

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

background-color css

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

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

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

border-color css

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

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

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