Html Css Color HEX #FA3A6C Radical Red

📋 copy color: '#FA3A6C'

red 250 ◦ green 58 ◦ blue 108

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

Shades of Radical Red #FA3A6C

Tints of Radical Red #FA3A6C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.94%

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

R = 60.1%
G = 13.94%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA3A6C (or 0xFA3A6C) is known color: Radical Red. HEX triplet: FA, 3A and 6C. RGB value is (250,58,108). Sum of RGB (Red+Green+Blue) = 250+58+108=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3A6C is #05C593. Grayscale: #797979. Windows color (decimal): -378260 or 7092986. OLE color: 7092986.

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

Color convert

RGB 250 58 108 -
CMYK 0 0.77 0.57 0.02
HSL 344.38º 0.95% 0.6% -
HSV(B) 344.38º 0.77% 0.98% -
XYZ 43.64 24.43 16.6 -
YUV 121.11 120.61 219.93 -
System Red Green Blue C M Y K H S L
Decimal 250 58 108 0 0.77 0.57 0.02 344.38 0.95 0.6
Hex FA 3A 6C 0 4D 39 2 158 5F 3C
Octal 372 72 154 0 115 71 2 530 137 74
Binary 11111010 111010 1101100 0 1001101 111001 10 101011000 1011111 111100

Color Harmonies of #FA3A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A6C

Black with #FA3A6C

Text Example


Text Example

White with #FA3A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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