Html Css Color HEX #FA3C66 Radical Red

📋 copy color: '#FA3C66'

red 250 ◦ green 60 ◦ blue 102

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

Shades of Radical Red #FA3C66

Tints of Radical Red #FA3C66

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.56%

 BLUE value IS 102 (40.23% from 255) = 24.76%

R = 60.68%
G = 14.56%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA3C66 (or 0xFA3C66) is known color: Radical Red. HEX triplet: FA, 3C and 66. RGB value is (250,60,102). Sum of RGB (Red+Green+Blue) = 250+60+102=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3C66 is #05C399. Grayscale: #797979. Windows color (decimal): -377754 or 6700282. OLE color: 6700282.

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

Color convert

RGB 250 60 102 -
CMYK 0 0.76 0.59 0.02
HSL 346.74º 0.95% 0.61% -
HSV(B) 346.74º 0.76% 0.98% -
XYZ 43.44 24.52 15.01 -
YUV 121.6 116.95 219.58 -
System Red Green Blue C M Y K H S L
Decimal 250 60 102 0 0.76 0.59 0.02 346.74 0.95 0.61
Hex FA 3C 66 0 4C 3B 2 15B 5F 3D
Octal 372 74 146 0 114 73 2 533 137 75
Binary 11111010 111100 1100110 0 1001100 111011 10 101011011 1011111 111101

Color Harmonies of #FA3C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C66

Black with #FA3C66

Text Example


Text Example

White with #FA3C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C66; }

 p { color: rgb(250,60,102); }

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

background-color css

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

 a { background-color: rgb(250,60,102); }

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

border-color css

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

 span { border-color: rgb(250,60,102); }

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